Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
torch==1.13.1+cu117
|
2 |
torchvision==0.14.1+cu117
|
3 |
torchaudio==0.13.1
|
|
|
4 |
--extra-index-url https://download.pytorch.org/whl/cu117
|
5 |
pytorch-lightning
|
6 |
numpy
|
|
|
1 |
torch==1.13.1+cu117
|
2 |
torchvision==0.14.1+cu117
|
3 |
torchaudio==0.13.1
|
4 |
+
tyro
|
5 |
--extra-index-url https://download.pytorch.org/whl/cu117
|
6 |
pytorch-lightning
|
7 |
numpy
|