iotaminer commited on
Commit
5294538
·
verified ·
1 Parent(s): 3c72451

scorevision: push artifact

Browse files
Files changed (1) hide show
  1. chute_config.yml +3 -7
chute_config.yml CHANGED
@@ -7,17 +7,13 @@ Image:
7
 
8
  NodeSelector:
9
  gpu_count: 1
10
- min_vram_gb_per_gpu: 16
11
- exclude:
12
- - b200
13
- - h200
14
- - h20
15
- - mi300x
16
 
17
  Chute:
 
18
  timeout_seconds: 900
19
  concurrency: 4
20
  max_instances: 5
21
  scaling_threshold: 0.5
22
  shutdown_after_seconds: 288000
23
- # v3.1 no TEE - try to bypass TEE requirement for speed
 
7
 
8
  NodeSelector:
9
  gpu_count: 1
10
+ include:
11
+ - pro_6000
 
 
 
 
12
 
13
  Chute:
14
+ tee: true
15
  timeout_seconds: 900
16
  concurrency: 4
17
  max_instances: 5
18
  scaling_threshold: 0.5
19
  shutdown_after_seconds: 288000