iotaminer commited on
Commit
6b2abcf
·
verified ·
1 Parent(s): 9ae1f5c

Fix shutdown_after_seconds: 300 -> 604800 (7 days) to prevent chute going cold

Browse files
Files changed (1) hide show
  1. chute_config.yml +7 -15
chute_config.yml CHANGED
@@ -10,23 +10,15 @@ Image:
10
  NodeSelector:
11
  gpu_count: 1
12
  min_vram_gb_per_gpu: 16
13
- include:
14
- - "4090"
15
- - a6000
16
- - a6000_ada
17
- - l40s
18
- - l40
19
- - a100
20
- - a100_40gb
21
- - a100_40gb_sxm
22
- - a100_sxm
23
  - h100
24
- - h100_sxm
25
- - h100_nvl
26
- - h800
27
 
28
  Chute:
29
- shutdown_after_seconds: 300
30
  concurrency: 4
31
- max_instances: 5
32
  scaling_threshold: 0.5
 
10
  NodeSelector:
11
  gpu_count: 1
12
  min_vram_gb_per_gpu: 16
13
+ max_hourly_price_per_gpu: 0.8
14
+ exclude:
15
+ - b200
16
+ - h200
 
 
 
 
 
 
17
  - h100
18
+ - mi300x
 
 
19
 
20
  Chute:
21
+ shutdown_after_seconds: 604800
22
  concurrency: 4
23
+ max_instances: 1
24
  scaling_threshold: 0.5