Gege24 commited on
Commit
52df0e7
·
verified ·
1 Parent(s): 719f6aa

scorevision: push artifact

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