Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +11 -1
requirements.txt
CHANGED
@@ -1,4 +1,14 @@
|
|
1 |
huggingface_hub
|
2 |
scikit-build-core
|
3 |
https://github.com/abetlen/llama-cpp-python/releases/download/v0.2.90-cu124/llama_cpp_python-0.2.90-cp310-cp310-linux_x86_64.whl
|
4 |
-
llama-cpp-agent>=0.2.25
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
huggingface_hub
|
2 |
scikit-build-core
|
3 |
https://github.com/abetlen/llama-cpp-python/releases/download/v0.2.90-cu124/llama_cpp_python-0.2.90-cp310-cp310-linux_x86_64.whl
|
4 |
+
llama-cpp-agent>=0.2.25
|
5 |
+
accelerate==0.30.1
|
6 |
+
bitsandbytes==0.43.1
|
7 |
+
gradio==4.36.1
|
8 |
+
scipy==1.13.0
|
9 |
+
sentencepiece==0.2.0
|
10 |
+
spaces==0.28.3
|
11 |
+
torch==2.0.0
|
12 |
+
transformers==4.41.0
|
13 |
+
peft==0.12.0
|
14 |
+
numpy==1.26.4
|