Spaces:
Runtime error
Runtime error
Commit ·
2491031
1
Parent(s): 826c8c4
remove package for tensorrt and pycuda
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
|
@@ -28,13 +28,13 @@ pydantic>=2.10.6
|
|
| 28 |
scikit-image
|
| 29 |
huggingface_hub[cli]
|
| 30 |
dominate
|
| 31 |
-
nvidia-pyindex
|
| 32 |
-
nvidia-tensorrt
|
| 33 |
-
pycuda
|
| 34 |
-
onnx
|
| 35 |
-
onnxruntime
|
| 36 |
-
onnxscript
|
| 37 |
-
onnxconverter_common
|
| 38 |
flask
|
| 39 |
flask-socketio
|
| 40 |
torchao
|
|
|
|
| 28 |
scikit-image
|
| 29 |
huggingface_hub[cli]
|
| 30 |
dominate
|
| 31 |
+
# nvidia-pyindex
|
| 32 |
+
# nvidia-tensorrt
|
| 33 |
+
# pycuda
|
| 34 |
+
# onnx
|
| 35 |
+
# onnxruntime
|
| 36 |
+
# onnxscript
|
| 37 |
+
# onnxconverter_common
|
| 38 |
flask
|
| 39 |
flask-socketio
|
| 40 |
torchao
|