Spaces:
Running
on
Zero
Running
on
Zero
Upload requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -8,9 +8,10 @@ torch==2.4.0
|
|
8 |
numpy<2
|
9 |
gdown
|
10 |
opencv-python
|
11 |
-
huggingface_hub
|
12 |
-
hf_transfer
|
13 |
-
hf_xet
|
|
|
14 |
scikit-build-core
|
15 |
https://github.com/abetlen/llama-cpp-python/releases/download/v0.3.4-cu124/llama_cpp_python-0.3.4-cp310-cp310-linux_x86_64.whl
|
16 |
git+https://github.com/Maximilian-Winter/llama-cpp-agent
|
|
|
8 |
numpy<2
|
9 |
gdown
|
10 |
opencv-python
|
11 |
+
#huggingface_hub
|
12 |
+
#hf_transfer
|
13 |
+
#hf_xet
|
14 |
+
huggingface_hub==0.29.3
|
15 |
scikit-build-core
|
16 |
https://github.com/abetlen/llama-cpp-python/releases/download/v0.3.4-cu124/llama_cpp_python-0.3.4-cp310-cp310-linux_x86_64.whl
|
17 |
git+https://github.com/Maximilian-Winter/llama-cpp-agent
|