Ichiro1007 commited on
Commit
3a59dc4
·
verified ·
1 Parent(s): d660931

scorevision: push artifact

Browse files
Files changed (1) hide show
  1. chute_config.yml +15 -0
chute_config.yml ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Image:
2
+ from_base: parachutes/python:3.12
3
+ run_command:
4
+ - pip install --upgrade setuptools wheel
5
+ - pip install 'numpy>=1.23' 'onnxruntime-gpu>=1.16' 'opencv-python-headless>=4.7' 'pydantic>=2.0'
6
+
7
+ NodeSelector:
8
+ gpu_count: 1
9
+ min_vram_gb_per_gpu: 8
10
+
11
+ Chute:
12
+ shutdown_after_seconds: 300
13
+ concurrency: 8
14
+ max_instances: 10
15
+ scaling_threshold: 0.5