add torch (chute template imports it)
Browse files- chute_config.yml +2 -1
chute_config.yml
CHANGED
|
@@ -1,9 +1,10 @@
|
|
| 1 |
-
# R18 deploy 2026-06-06
|
| 2 |
Image:
|
| 3 |
from_base: parachutes/python:3.12
|
| 4 |
run_command:
|
| 5 |
- pip install --upgrade setuptools wheel
|
| 6 |
- pip install 'numpy>=1.23' 'onnxruntime-gpu>=1.16' 'opencv-python>=4.7' 'pillow>=9.5' 'huggingface_hub>=0.19.4' 'pydantic>=2.0' 'pyyaml>=6.0' 'aiohttp>=3.9'
|
|
|
|
| 7 |
|
| 8 |
NodeSelector:
|
| 9 |
gpu_count: 1
|
|
|
|
| 1 |
+
# R18 deploy 2026-06-06 v3 — add torch (chute template imports it)
|
| 2 |
Image:
|
| 3 |
from_base: parachutes/python:3.12
|
| 4 |
run_command:
|
| 5 |
- pip install --upgrade setuptools wheel
|
| 6 |
- pip install 'numpy>=1.23' 'onnxruntime-gpu>=1.16' 'opencv-python>=4.7' 'pillow>=9.5' 'huggingface_hub>=0.19.4' 'pydantic>=2.0' 'pyyaml>=6.0' 'aiohttp>=3.9'
|
| 7 |
+
- pip install torch==2.8.0 torchvision==0.23.0 torchaudio==2.8.0 --index-url https://download.pytorch.org/whl/cu128
|
| 8 |
|
| 9 |
NodeSelector:
|
| 10 |
gpu_count: 1
|