Spaces:
Running
on
Zero
Running
on
Zero
Upload requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
torch
|
3 |
torchvision
|
4 |
torchaudio
|
5 |
-
onnxruntime-gpu==1.
|
6 |
numpy
|
7 |
Pillow
|
8 |
matplotlib
|
|
|
2 |
torch
|
3 |
torchvision
|
4 |
torchaudio
|
5 |
+
onnxruntime-gpu==1.17 # または onnxruntime>=1.16.0 (CPUのみの場合)
|
6 |
numpy
|
7 |
Pillow
|
8 |
matplotlib
|