scorevision: push artifact
Browse files- chute_config.yml +4 -2
chute_config.yml
CHANGED
|
@@ -2,7 +2,8 @@ Image:
|
|
| 2 |
from_base: parachutes/python:3.12
|
| 3 |
run_command:
|
| 4 |
- pip install --upgrade setuptools wheel
|
| 5 |
-
- pip install 'numpy>=1.23' 'onnxruntime-gpu
|
|
|
|
| 6 |
|
| 7 |
NodeSelector:
|
| 8 |
gpu_count: 1
|
|
@@ -13,6 +14,7 @@ NodeSelector:
|
|
| 13 |
- "5090"
|
| 14 |
- b200
|
| 15 |
- h200
|
|
|
|
| 16 |
- mi300x
|
| 17 |
|
| 18 |
Chute:
|
|
@@ -20,4 +22,4 @@ Chute:
|
|
| 20 |
concurrency: 4
|
| 21 |
max_instances: 5
|
| 22 |
scaling_threshold: 0.5
|
| 23 |
-
shutdown_after_seconds: 288000
|
|
|
|
| 2 |
from_base: parachutes/python:3.12
|
| 3 |
run_command:
|
| 4 |
- pip install --upgrade setuptools wheel
|
| 5 |
+
- 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'
|
| 6 |
+
- pip install torch==2.8.0 torchvision==0.23.0 torchaudio==2.8.0 --index-url https://download.pytorch.org/whl/cu128
|
| 7 |
|
| 8 |
NodeSelector:
|
| 9 |
gpu_count: 1
|
|
|
|
| 14 |
- "5090"
|
| 15 |
- b200
|
| 16 |
- h200
|
| 17 |
+
- a100
|
| 18 |
- mi300x
|
| 19 |
|
| 20 |
Chute:
|
|
|
|
| 22 |
concurrency: 4
|
| 23 |
max_instances: 5
|
| 24 |
scaling_threshold: 0.5
|
| 25 |
+
shutdown_after_seconds: 288000
|