Upload folder using huggingface_hub
Browse files- chute_config.yml +1 -2
chute_config.yml
CHANGED
|
@@ -5,8 +5,7 @@ Image:
|
|
| 5 |
run_command:
|
| 6 |
- pip install --upgrade setuptools wheel
|
| 7 |
|
| 8 |
-
- pip install --no-cache-dir torch==2.8.0 torchvision==0.23.0
|
| 9 |
-
- pip install --no-cache-dir onnxruntime opencv-python-headless huggingface_hub pyyaml aiohttp pydantic numpy pillow
|
| 10 |
|
| 11 |
- git clone https://github.com/BluxWarrior/yolo_onnx
|
| 12 |
|
|
|
|
| 5 |
run_command:
|
| 6 |
- pip install --upgrade setuptools wheel
|
| 7 |
|
| 8 |
+
- pip install --no-cache-dir torch==2.8.0 torchvision==0.23.0 onnxruntime opencv-python-headless huggingface_hub pyyaml aiohttp pydantic numpy pillow
|
|
|
|
| 9 |
|
| 10 |
- git clone https://github.com/BluxWarrior/yolo_onnx
|
| 11 |
|