Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -9,4 +9,6 @@ einops==0.7.0
|
|
9 |
tokenizers==0.19.1
|
10 |
vllm==0.4.2
|
11 |
gradio
|
12 |
-
torch==2.3.0 # Updated to match vLLM's requirement
|
|
|
|
|
|
9 |
tokenizers==0.19.1
|
10 |
vllm==0.4.2
|
11 |
gradio
|
12 |
+
torch==2.3.0 # Updated to match vLLM's requirement
|
13 |
+
txagent
|
14 |
+
tooluniverse
|