Spaces:
Sleeping
Sleeping
Liao commited on
Commit ·
edd7ed3
1
Parent(s): 3d29713
rebuilt
Browse files- requirements.txt +1 -4
- runtime.txt +1 -0
requirements.txt
CHANGED
|
@@ -2,10 +2,7 @@ gradio==4.44.0
|
|
| 2 |
transformers==4.43.3
|
| 3 |
torch==2.3.1
|
| 4 |
accelerate==0.33.0
|
|
|
|
| 5 |
langchain==0.2.14
|
| 6 |
langgraph==0.2.33
|
| 7 |
langchain-huggingface==0.0.3
|
| 8 |
-
huggingface_hub==0.24.6
|
| 9 |
-
langchain-core==0.2.35
|
| 10 |
-
|
| 11 |
-
|
|
|
|
| 2 |
transformers==4.43.3
|
| 3 |
torch==2.3.1
|
| 4 |
accelerate==0.33.0
|
| 5 |
+
|
| 6 |
langchain==0.2.14
|
| 7 |
langgraph==0.2.33
|
| 8 |
langchain-huggingface==0.0.3
|
|
|
|
|
|
|
|
|
|
|
|
runtime.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
python-3.10.13
|