Update requirements.txt
Browse files- requirements.txt +13 -1
requirements.txt
CHANGED
@@ -1,2 +1,14 @@
|
|
1 |
txagent
|
2 |
-
tooluniverse
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
txagent
|
2 |
+
tooluniverse
|
3 |
+
--extra-index-url https://download.pytorch.org/whl/cu118
|
4 |
+
torch==2.2.1+cu118
|
5 |
+
transformers==4.38.2
|
6 |
+
sentence-transformers==2.3.1
|
7 |
+
gradio==4.13.0
|
8 |
+
accelerate==0.27.2
|
9 |
+
vllm==0.3.3
|
10 |
+
safetensors==0.4.2
|
11 |
+
huggingface-hub==0.20.3
|
12 |
+
protobuf==3.20.3
|
13 |
+
xformers==0.0.23.post1
|
14 |
+
einops==0.7.0
|