Gege24 commited on
Commit
68d0ccf
·
verified ·
1 Parent(s): e6acab8

scorevision: push artifact

Browse files
Files changed (1) hide show
  1. config.yml +25 -18
config.yml CHANGED
@@ -1,18 +1,25 @@
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:
10
- gpu_count: 1
11
- min_vram_gb_per_gpu: 16
12
-
13
- Chute:
14
- readme: "TurboVision Miner Chute"
15
- timeout_seconds: 300
16
- concurrency: 4
17
- max_instances: 5
18
- scaling_threshold: 0.5
 
 
 
 
 
 
 
 
1
+ Image:
2
+ from_base: parachutes/python:3.12
3
+ run_command:
4
+ - pip install --upgrade setuptools wheel
5
+ - pip install "torch==2.7.1" "torchvision==0.22.1"
6
+ - pip install "ultralytics==8.3.222" "opencv-python-headless" "numpy" "pydantic"
7
+ - pip install scikit-learn cryptography
8
+ - pip install onnxruntime-gpu
9
+ set_workdir: /app
10
+
11
+ NodeSelector:
12
+ gpu_count: 1
13
+ min_vram_gb_per_gpu: 24
14
+ exclude:
15
+ - "5090"
16
+ - b200
17
+ - h200
18
+ - mi300x
19
+
20
+ Chute:
21
+ timeout_seconds: 900
22
+ concurrency: 4
23
+ max_instances: 5
24
+ scaling_threshold: 0.5
25
+ shutdown_after_seconds: 3600