scorevision: push artifact
Browse files- chute_config.yml +17 -8
chute_config.yml
CHANGED
|
@@ -2,19 +2,28 @@ Image:
|
|
| 2 |
from_base: parachutes/python:3.12
|
| 3 |
run_command:
|
| 4 |
- pip install --upgrade setuptools wheel
|
| 5 |
-
- pip install huggingface_hub==0.19.4
|
| 6 |
-
- pip install
|
|
|
|
| 7 |
set_workdir: /app
|
| 8 |
|
| 9 |
NodeSelector:
|
| 10 |
gpu_count: 1
|
| 11 |
min_vram_gb_per_gpu: 16
|
| 12 |
-
|
| 13 |
-
- "
|
| 14 |
-
-
|
| 15 |
-
-
|
| 16 |
-
-
|
| 17 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
|
| 19 |
Chute:
|
| 20 |
shutdown_after_seconds: 300
|
|
|
|
| 2 |
from_base: parachutes/python:3.12
|
| 3 |
run_command:
|
| 4 |
- pip install --upgrade setuptools wheel
|
| 5 |
+
- pip install huggingface_hub==0.19.4 opencv-python-headless numpy pydantic pyyaml aiohttp
|
| 6 |
+
- pip install --index-url https://download.pytorch.org/whl/cu128 torch==2.8.0
|
| 7 |
+
- pip install 'onnxruntime-gpu>=1.20,<1.25'
|
| 8 |
set_workdir: /app
|
| 9 |
|
| 10 |
NodeSelector:
|
| 11 |
gpu_count: 1
|
| 12 |
min_vram_gb_per_gpu: 16
|
| 13 |
+
include:
|
| 14 |
+
- "4090"
|
| 15 |
+
- a6000
|
| 16 |
+
- a6000_ada
|
| 17 |
+
- l40s
|
| 18 |
+
- l40
|
| 19 |
+
- a100
|
| 20 |
+
- a100_40gb
|
| 21 |
+
- a100_40gb_sxm
|
| 22 |
+
- a100_sxm
|
| 23 |
+
- h100
|
| 24 |
+
- h100_sxm
|
| 25 |
+
- h100_nvl
|
| 26 |
+
- h800
|
| 27 |
|
| 28 |
Chute:
|
| 29 |
shutdown_after_seconds: 300
|