Commit
·
8591cea
1
Parent(s):
28cd1d6
Update requirements
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -89,8 +89,6 @@ sympy==1.12
|
|
89 |
tokenizers==0.15.0
|
90 |
tomlkit==0.12.0
|
91 |
toolz==0.12.0
|
92 |
-
torch==2.1.1
|
93 |
-
torchvision==0.16.1
|
94 |
tqdm==4.66.1
|
95 |
transformers==4.35.2
|
96 |
triton==2.1.0
|
@@ -102,3 +100,5 @@ uvicorn==0.24.0.post1
|
|
102 |
websockets==11.0.3
|
103 |
xformers
|
104 |
zipp==3.17.0
|
|
|
|
|
|
89 |
tokenizers==0.15.0
|
90 |
tomlkit==0.12.0
|
91 |
toolz==0.12.0
|
|
|
|
|
92 |
tqdm==4.66.1
|
93 |
transformers==4.35.2
|
94 |
triton==2.1.0
|
|
|
100 |
websockets==11.0.3
|
101 |
xformers
|
102 |
zipp==3.17.0
|
103 |
+
torch==2.1.1
|
104 |
+
torchvision==0.16.1
|