Gege24 commited on
Commit
fc9d334
·
verified ·
1 Parent(s): a15918e

scorevision: push artifact

Browse files
Files changed (1) hide show
  1. config.yml +28 -0
config.yml ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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:
9
+ gpu_count: 1
10
+ min_vram_gb_per_gpu: 16
11
+ include:
12
+ - a100
13
+ - a100_40gb
14
+ - "3090"
15
+ - a40
16
+ - a6000
17
+ exclude:
18
+ - "5090"
19
+ - b200
20
+ - h200
21
+ - h20
22
+ - mi300x
23
+
24
+ Chute:
25
+ timeout_seconds: 300
26
+ concurrency: 4
27
+ max_instances: 5
28
+ scaling_threshold: 0.5