earthboypirl commited on
Commit
c38b5c2
·
verified ·
1 Parent(s): a51fd63

scorevision: push artifact

Browse files
Files changed (1) hide show
  1. chute_config.yml +6 -6
chute_config.yml CHANGED
@@ -9,12 +9,12 @@ Image:
9
 
10
  NodeSelector:
11
  gpu_count: 1
12
- min_vram_gb_per_gpu: 16
13
- exclude:
14
- - b200
15
- - h200
16
- - h20
17
- - mi300x
18
 
19
  Chute:
20
  shutdown_after_seconds: 300
 
9
 
10
  NodeSelector:
11
  gpu_count: 1
12
+ # Chutes requires TEE for integrated subnet chutes, and TEE is only
13
+ # available on pro_6000 nodes:
14
+ # "TEE with node_selector include=['pro_6000'] is required now for
15
+ # integrated subnet chutes."
16
+ include:
17
+ - pro_6000
18
 
19
  Chute:
20
  shutdown_after_seconds: 300