Dinh Hieu Nguyen commited on
first commit
Browse files- config.yml +27 -0
config.yml
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
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 ultralytics==8.3.224 'torch<2.6' opencv-python-headless
|
| 6 |
+
- pip install scikit-learn
|
| 7 |
+
- pip install boto3
|
| 8 |
+
|
| 9 |
+
set_workdir: /app
|
| 10 |
+
|
| 11 |
+
NodeSelector:
|
| 12 |
+
gpu_count: 1
|
| 13 |
+
min_vram_gb_per_gpu: 16
|
| 14 |
+
include:
|
| 15 |
+
- h100
|
| 16 |
+
- h100_sxm
|
| 17 |
+
- h100_nvl
|
| 18 |
+
- b200
|
| 19 |
+
- h200
|
| 20 |
+
- mi300x
|
| 21 |
+
|
| 22 |
+
Chute:
|
| 23 |
+
timeout_seconds: 300
|
| 24 |
+
concurrency: 4
|
| 25 |
+
max_instances: 5
|
| 26 |
+
scaling_threshold: 0.5
|
| 27 |
+
|