Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
|
|
1 |
torch>=2.0.0
|
2 |
-
|
3 |
-
|
4 |
-
accelerate>=0.24.0 # Pour device_map="auto"
|
|
|
1 |
+
gradio>=4.0.0
|
2 |
torch>=2.0.0
|
3 |
+
llama-cpp-python>=0.2.0
|
4 |
+
huggingface_hub>=0.20.0
|
|