You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24-1Lines changed: 24 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,28 @@ This package provides:
28
28
29
29
Documentation is available at [https://llama-cpp-python.readthedocs.io/en/latest](https://llama-cpp-python.readthedocs.io/en/latest).
30
30
31
+
32
+
## Discussions
33
+
34
+
Starting March 2026, I am excited to announce that we have officially enabled the **Discussions** tab for `llama-cpp-python`!
35
+
36
+
You can access it right here: [GitHub Discussions](https://github.com/JamePeng/llama-cpp-python/discussions).
37
+
38
+
**Why Discussions? & Updates on Documentation**
39
+
As the project has evolved, our existing documentation (`docs`) has unfortunately become a bit bloated and outdated. To provide you with more timely and clear information:
40
+
41
+
***New Feature Releases:** Moving forward, whenever a new feature is rolled out, I will publish a dedicated standalone article in the Discussions section. These posts will include detailed explanations, usage guides, and important caveats.
42
+
* This approach will serve as a more agile and interactive "live documentation" while we figure out the best way to refactor the old docs.
43
+
44
+
**Join the Community**
45
+
I warmly welcome all of you to use this new space. Let's build together:
46
+
47
+
* 💬 **Discuss & Share:** Have a question, an idea, or a cool use case? Share it with the community!
48
+
* 🛠️ **Maintain & Test:** Help us test new features, troubleshoot issues, and collaboratively maintain the repository.
49
+
* 📚 **Learn & Grow:** I hope everyone can benefit from this project, learn from each other, and gain valuable insights.
50
+
51
+
Thank you for your continuous support!
52
+
31
53
## Installation
32
54
33
55
Requirements:
@@ -522,6 +544,7 @@ Below are the supported multi-modal models and their respective chat handlers (P
0 commit comments