Spaces:
Running
on
Zero
Running
on
Zero
Upload requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -3,7 +3,7 @@ scikit-build-core
|
|
| 3 |
https://github.com/abetlen/llama-cpp-python/releases/download/v0.2.83-cu124/llama_cpp_python-0.2.83-cp310-cp310-linux_x86_64.whl
|
| 4 |
git+https://github.com/Maximilian-Winter/llama-cpp-agent
|
| 5 |
pybind11>=2.12
|
| 6 |
-
torch
|
| 7 |
torchvision
|
| 8 |
accelerate
|
| 9 |
transformers
|
|
@@ -13,5 +13,5 @@ dartrs
|
|
| 13 |
httpx==0.13.3
|
| 14 |
httpcore
|
| 15 |
googletrans==4.0.0rc1
|
| 16 |
-
diffusers
|
| 17 |
rapidfuzz
|
|
|
|
| 3 |
https://github.com/abetlen/llama-cpp-python/releases/download/v0.2.83-cu124/llama_cpp_python-0.2.83-cp310-cp310-linux_x86_64.whl
|
| 4 |
git+https://github.com/Maximilian-Winter/llama-cpp-agent
|
| 5 |
pybind11>=2.12
|
| 6 |
+
torch==2.2.0
|
| 7 |
torchvision
|
| 8 |
accelerate
|
| 9 |
transformers
|
|
|
|
| 13 |
httpx==0.13.3
|
| 14 |
httpcore
|
| 15 |
googletrans==4.0.0rc1
|
| 16 |
+
git+https://github.com/huggingface/diffusers
|
| 17 |
rapidfuzz
|