Update requirements.txt
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
|
@@ -1,7 +1,6 @@
|
|
| 1 |
-
--extra-index-url https://download.pytorch.org/whl/
|
| 2 |
-
torch
|
| 3 |
-
torchvision
|
| 4 |
-
gradio
|
| 5 |
huggingface_hub
|
| 6 |
OmegaConf
|
| 7 |
axial-positional-embedding
|
|
|
|
| 1 |
+
--extra-index-url https://download.pytorch.org/whl/nightly/cu118
|
| 2 |
+
torch==2.2.0.dev20230906
|
| 3 |
+
torchvision==0.16.0.dev20230906
|
|
|
|
| 4 |
huggingface_hub
|
| 5 |
OmegaConf
|
| 6 |
axial-positional-embedding
|