Upload requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
-
--extra-index-url https://download.pytorch.org/whl/
|
2 |
torch
|
3 |
torchvision
|
4 |
torchaudio
|
5 |
-
onnxruntime-gpu==1.
|
6 |
-
numpy
|
7 |
Pillow
|
8 |
matplotlib
|
9 |
requests
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu126
|
2 |
torch
|
3 |
torchvision
|
4 |
torchaudio
|
5 |
+
onnxruntime-gpu==1.19.0 # または onnxruntime>=1.16.0 (CPUのみの場合)
|
6 |
+
numpy # Pin NumPy version for onnxruntime compatibility
|
7 |
Pillow
|
8 |
matplotlib
|
9 |
requests
|