iotaminer commited on
Commit
bb46a1f
·
verified ·
1 Parent(s): 59505fc

scorevision: push artifact

Browse files
Files changed (1) hide show
  1. chute_config.yml +23 -0
chute_config.yml ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 'onnxruntime-gpu[cuda,cudnn]>=1.18' opencv-python-headless numpy pydantic pyyaml aiohttp
6
+ - pip install 'torch<2.6'
7
+ set_workdir: /app
8
+
9
+ NodeSelector:
10
+ gpu_count: 1
11
+ min_vram_gb_per_gpu: 16
12
+ exclude:
13
+ - "5090"
14
+ - b200
15
+ - h200
16
+ - h20
17
+ - mi300x
18
+
19
+ Chute:
20
+ shutdown_after_seconds: 300
21
+ concurrency: 4
22
+ max_instances: 5
23
+ scaling_threshold: 0.5