baxtos commited on
Commit
ec9a06a
·
verified ·
1 Parent(s): a427865

scorevision: push artifact

Browse files
Files changed (1) hide show
  1. chute_config.yml +21 -0
chute_config.yml ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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==1.* opencv-python-headless numpy pydantic
6
+ set_workdir: /app
7
+
8
+ NodeSelector:
9
+ gpu_count: 1
10
+ min_vram_gb_per_gpu: 16
11
+ exclude:
12
+ - b200
13
+ - h200
14
+ - h20
15
+ - mi300x
16
+
17
+ Chute:
18
+ shutdown_after_seconds: 300
19
+ concurrency: 4
20
+ max_instances: 5
21
+ scaling_threshold: 0.5