Spaces:
Build error
Build error
divyanshusingh
commited on
Commit
·
3b120a5
1
Parent(s):
8d7036d
Update requirements.txt
Browse files- requirements.txt +4 -0
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
accelerate==0.19.0
|
2 |
aiohttp==3.8.4
|
3 |
aiosignal==1.3.1
|
@@ -104,6 +105,7 @@ sympy==1.11.1
|
|
104 |
tenacity==8.2.2
|
105 |
threadpoolctl==3.1.0
|
106 |
tokenizers==0.13.3
|
|
|
107 |
toolz==0.12.0
|
108 |
torch==2.0.1
|
109 |
torchvision==0.15.2
|
@@ -121,3 +123,5 @@ watchdog==3.0.0
|
|
121 |
wcwidth==0.2.6
|
122 |
yarl==1.9.2
|
123 |
zipp==3.15.0
|
|
|
|
|
|
1 |
+
cat << EOF > requirements.txt
|
2 |
accelerate==0.19.0
|
3 |
aiohttp==3.8.4
|
4 |
aiosignal==1.3.1
|
|
|
105 |
tenacity==8.2.2
|
106 |
threadpoolctl==3.1.0
|
107 |
tokenizers==0.13.3
|
108 |
+
toml @ file:///tmp/build/80754af9/toml_1616166611790/work
|
109 |
toolz==0.12.0
|
110 |
torch==2.0.1
|
111 |
torchvision==0.15.2
|
|
|
123 |
wcwidth==0.2.6
|
124 |
yarl==1.9.2
|
125 |
zipp==3.15.0
|
126 |
+
|
127 |
+
EOF
|