MTerryJack commited on
Commit
1f395ae
·
verified ·
1 Parent(s): 8cfd631

Upload config.yml

Browse files
Files changed (1) hide show
  1. config.yml +31 -0
config.yml ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Image:
2
+ username: score_test
3
+ name: turbovision-mterryjack-test-v2
4
+ tag: latest
5
+ from_base: parachutes/python:3.12
6
+ run_command:
7
+ - pip install --upgrade setuptools wheel
8
+ - pip install huggingface_hub==0.19.4 ultralytics==8.2.40 'torch<2.6' opencv-python-headless
9
+ set_workdir: /app
10
+
11
+ NodeSelector:
12
+ gpu_count: 1
13
+ min_vram_gb_per_gpu: 16
14
+ include:
15
+ - a100
16
+ - a100_40gb
17
+ - "3090"
18
+ - a40
19
+ - a6000
20
+ exclude:
21
+ - "5090"
22
+ - b200
23
+ - h200
24
+ - h20
25
+ - mi300x
26
+
27
+ Chute:
28
+ timeout_seconds: 300
29
+ concurrency: 4
30
+ max_instances: 5
31
+ scaling_threshold: 0.5