MingGatsby
commited on
Commit
•
67cbdeb
1
Parent(s):
83cf0c3
Rename requirement.txt to requirements.txt
Browse files- requirement.txt +0 -2
- requirements.txt +4 -0
requirement.txt
DELETED
@@ -1,2 +0,0 @@
|
|
1 |
-
torch
|
2 |
-
monai
|
|
|
|
|
|
requirements.txt
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
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
|