coolroman commited on
Commit
3013f3c
·
verified ·
1 Parent(s): 741233a

chute_config: pin onnxruntime-gpu==1.19.2, include 3090/4090 only, shutdown 10800s

Browse files
Files changed (1) hide show
  1. chute_config.yml +6 -9
chute_config.yml CHANGED
@@ -2,21 +2,18 @@ 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 ultralytics==8.2.40 'torch<2.6' opencv-python-headless onnxruntime-gpu
6
  set_workdir: /app
7
 
8
  NodeSelector:
9
  gpu_count: 1
10
  min_vram_gb_per_gpu: 16
11
- exclude:
12
- - h100
13
- - h200
14
- - a100
15
- - b200
16
- - mi300x
17
 
18
  Chute:
19
- shutdown_after_seconds: 300000
20
  concurrency: 4
21
- max_instances: 1
22
  scaling_threshold: 0.5
 
2
  from_base: parachutes/python:3.12
3
  run_command:
4
  - pip install --upgrade setuptools wheel
5
+ - pip install huggingface_hub==0.19.4 ultralytics==8.2.40 'torch<2.6' opencv-python-headless onnxruntime-gpu==1.19.2
6
  set_workdir: /app
7
 
8
  NodeSelector:
9
  gpu_count: 1
10
  min_vram_gb_per_gpu: 16
11
+ include:
12
+ - "3090"
13
+ - "4090"
 
 
 
14
 
15
  Chute:
16
+ shutdown_after_seconds: 10800
17
  concurrency: 4
18
+ max_instances: 3
19
  scaling_threshold: 0.5