llama-cpp-python
cuda
nvidia
blackwell
windows
prebuilt-wheels
python
machine-learning
large-language-models
gpu-acceleration
Instructions to use marcorez8/llama-cpp-python-windows-blackwell-cuda with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use marcorez8/llama-cpp-python-windows-blackwell-cuda with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="marcorez8/llama-cpp-python-windows-blackwell-cuda", filename="{{GGUF_FILE}}", )output = llm( "Once upon a time,", max_tokens=512, echo=True ) print(output)
- Notebooks
- Google Colab
- Kaggle
Upload llama_cpp_python-0.3.9-cp310-cp310-win_amd64.whl
Browse files
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
llama_cpp_python-0.3.9-cp310-cp310-win_amd64.whl filter=lfs diff=lfs merge=lfs -text
|
llama_cpp_python-0.3.9-cp310-cp310-win_amd64.whl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d5f6f9a7adfbf1d2e26b56648123c5195daea6c887f9e5ed2fe1228d4a51a753
|
| 3 |
+
size 65910460
|