scorevision: push artifact
Browse files- config.yml +5 -3
config.yml
CHANGED
|
@@ -1,8 +1,9 @@
|
|
| 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.2.40 'torch<2.6' opencv-python-headless
|
| 6 |
set_workdir: /app
|
| 7 |
|
| 8 |
NodeSelector:
|
|
@@ -22,7 +23,8 @@ NodeSelector:
|
|
| 22 |
- mi300x
|
| 23 |
|
| 24 |
Chute:
|
|
|
|
| 25 |
timeout_seconds: 300
|
| 26 |
concurrency: 4
|
| 27 |
max_instances: 5
|
| 28 |
-
scaling_threshold: 0.5
|
|
|
|
| 1 |
Image:
|
| 2 |
+
readme: "TurboVision Miner Image"
|
| 3 |
from_base: parachutes/python:3.12
|
| 4 |
run_command:
|
| 5 |
+
- pip install --no-cache-dir --upgrade setuptools wheel
|
| 6 |
+
- pip install --no-cache-dir huggingface_hub==0.19.4 ultralytics==8.2.40 'torch<2.6' opencv-python-headless
|
| 7 |
set_workdir: /app
|
| 8 |
|
| 9 |
NodeSelector:
|
|
|
|
| 23 |
- mi300x
|
| 24 |
|
| 25 |
Chute:
|
| 26 |
+
readme: "TurboVision Miner Chute"
|
| 27 |
timeout_seconds: 300
|
| 28 |
concurrency: 4
|
| 29 |
max_instances: 5
|
| 30 |
+
scaling_threshold: 0.5
|