Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +14 -1
requirements.txt
CHANGED
@@ -1 +1,14 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
numpy==1.26.4
|
2 |
+
together==1.2.0
|
3 |
+
python-dotenv~=1.0.1
|
4 |
+
tiktoken==0.7.0
|
5 |
+
blobfile==3.0.0
|
6 |
+
torch==2.2.2
|
7 |
+
matplotlib==3.9.2
|
8 |
+
wolframalpha==5.1.3
|
9 |
+
tavily-python==0.5.0
|
10 |
+
llama-stack==0.0.36
|
11 |
+
llama-stack-client==0.0.35
|
12 |
+
gradio==4.43.0
|
13 |
+
transformers==4.45.2
|
14 |
+
accelerate>=0.26.0
|