meaculpitt commited on
Commit
bb6786c
·
verified ·
1 Parent(s): 4e29c82

scorevision: push artifact

Browse files
Files changed (1) hide show
  1. chute_config.yml +9 -9
chute_config.yml CHANGED
@@ -1,15 +1,15 @@
1
- Chute:
2
- concurrency: 4
3
- max_instances: 5
4
- scaling_threshold: 0.5
5
- timeout_seconds: 300
6
  Image:
7
  from_base: parachutes/python:3.12
8
  run_command:
9
- - pip install --upgrade setuptools wheel
10
- - pip install 'numpy>=1.23' 'onnxruntime-gpu>=1.16' 'nvidia-cudnn-cu12' 'nvidia-cublas-cu12'
11
- 'opencv-python-headless>=4.7' 'pillow>=9.5' 'huggingface_hub>=0.19.4' 'pydantic>=2.0'
12
- 'pyyaml>=6.0' 'aiohttp>=3.9' 'ensemble-boxes>=1.0'
13
  NodeSelector:
14
  gpu_count: 1
15
  min_vram_gb_per_gpu: 16
 
 
 
 
 
 
 
 
 
 
 
 
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' 'pillow>=9.5' 'huggingface_hub>=0.19.4' 'pydantic>=2.0' 'pyyaml>=6.0' 'aiohttp>=3.9' 'ensemble-boxes>=1.0'
6
+
 
7
  NodeSelector:
8
  gpu_count: 1
9
  min_vram_gb_per_gpu: 16
10
+
11
+ Chute:
12
+ timeout_seconds: 300
13
+ concurrency: 4
14
+ max_instances: 5
15
+ scaling_threshold: 0.5