MingGatsby
commited on
Commit
•
aa6f5c6
1
Parent(s):
6685d8d
Update requirement.txt
Browse files- requirement.txt +2 -4
requirement.txt
CHANGED
@@ -1,6 +1,4 @@
|
|
1 |
-
streamlit
|
2 |
-
gradio
|
3 |
-
monai
|
4 |
torch==2.0.1 --index-url https://download.pytorch.org/whl/cu118
|
5 |
torchvision==0.15.2 --index-url https://download.pytorch.org/whl/cu118
|
6 |
-
torchaudio==2.0.2 --index-url https://download.pytorch.org/whl/cu118
|
|
|
|
|
|
|
|
|
|
1 |
torch==2.0.1 --index-url https://download.pytorch.org/whl/cu118
|
2 |
torchvision==0.15.2 --index-url https://download.pytorch.org/whl/cu118
|
3 |
+
torchaudio==2.0.2 --index-url https://download.pytorch.org/whl/cu118
|
4 |
+
monai
|