Spaces:
Build error
Build error
Update torch and tlcpack with nightly
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
transformers
|
2 |
gradio
|
3 |
-f https://download.pytorch.org/whl/cpu/torch_stable.html
|
4 |
-
torch==
|
|
|
|
|
|
1 |
transformers
|
2 |
gradio
|
3 |
-f https://download.pytorch.org/whl/cpu/torch_stable.html
|
4 |
+
torch==2.0.0.dev20221220+cpu
|
5 |
+
-f https://tlcpack.ai/wheels
|
6 |
+
tlcpack-nightly
|