Ichiro1007 commited on
Commit
56b0c5f
·
verified ·
1 Parent(s): b3a6ea5

scorevision: push artifact

Browse files
Files changed (1) hide show
  1. chute_config.yml +9 -2
chute_config.yml CHANGED
@@ -2,11 +2,18 @@ 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: 16
 
 
 
 
 
 
10
 
11
  Chute:
12
  shutdown_after_seconds: 300
 
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' 'pydantic>=2.0'
6
+ set_workdir: /app
7
 
8
  NodeSelector:
9
  gpu_count: 1
10
+ min_vram_gb_per_gpu: 8
11
+ exclude:
12
+ - "5090"
13
+ - b200
14
+ - h200
15
+ - h20
16
+ - mi300x
17
 
18
  Chute:
19
  shutdown_after_seconds: 300