Spaces:
Sleeping
Sleeping
Commit ·
af3a8b4
1
Parent(s): 551c19c
fixing requirements
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
gradio>=4.0.0
|
| 2 |
-
llama-cpp-python==0.
|
| 3 |
langchain
|
| 4 |
langchain-community
|
| 5 |
langchain-huggingface
|
|
|
|
| 1 |
gradio>=4.0.0
|
| 2 |
+
llama-cpp-python==0.3.16 # Use a stable version, HF will compile it automatically
|
| 3 |
langchain
|
| 4 |
langchain-community
|
| 5 |
langchain-huggingface
|