llama-cpp-python
llama-cpp
wheel
windows
cuda-12
blackwell
sm_100
sm_90
sm_89
sm_86
sm_80
sm_75
sm_72
sm_70
sm_62
sm_61
cp312
Instructions to use trajis-tech/llama-cpp-python-trajis-tech-nonavx512-cuda with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use trajis-tech/llama-cpp-python-trajis-tech-nonavx512-cuda with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="trajis-tech/llama-cpp-python-trajis-tech-nonavx512-cuda", filename="{{GGUF_FILE}}", )output = llm( "Once upon a time,", max_tokens=512, echo=True ) print(output)
- Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,16 +6,16 @@ tags:
|
|
| 6 |
- windows
|
| 7 |
- cuda-12
|
| 8 |
- blackwell
|
| 9 |
-
-
|
| 10 |
-
-
|
| 11 |
-
-
|
| 12 |
-
-
|
| 13 |
-
-
|
| 14 |
-
-
|
| 15 |
-
-
|
| 16 |
-
-
|
| 17 |
-
-
|
| 18 |
-
-
|
| 19 |
- wheel
|
| 20 |
- cp312
|
| 21 |
library_name: llama-cpp-python
|
|
|
|
| 6 |
- windows
|
| 7 |
- cuda-12
|
| 8 |
- blackwell
|
| 9 |
+
- sm_100
|
| 10 |
+
- sm_90
|
| 11 |
+
- sm_89
|
| 12 |
+
- sm_86
|
| 13 |
+
- sm_80
|
| 14 |
+
- sm_75
|
| 15 |
+
- sm_72
|
| 16 |
+
- sm_70
|
| 17 |
+
- sm_62
|
| 18 |
+
- sm_61
|
| 19 |
- wheel
|
| 20 |
- cp312
|
| 21 |
library_name: llama-cpp-python
|