v2.0: include_gpu_type 3090/4090/a6000 + GPU logging + hermestech weights
Browse files- chute_config.yml +2 -1
chute_config.yml
CHANGED
|
@@ -8,9 +8,10 @@ Image:
|
|
| 8 |
NodeSelector:
|
| 9 |
gpu_count: 1
|
| 10 |
min_vram_gb_per_gpu: 16
|
| 11 |
-
|
| 12 |
- "3090"
|
| 13 |
- "4090"
|
|
|
|
| 14 |
|
| 15 |
Chute:
|
| 16 |
shutdown_after_seconds: 10800
|
|
|
|
| 8 |
NodeSelector:
|
| 9 |
gpu_count: 1
|
| 10 |
min_vram_gb_per_gpu: 16
|
| 11 |
+
include_gpu_type:
|
| 12 |
- "3090"
|
| 13 |
- "4090"
|
| 14 |
+
- "a6000"
|
| 15 |
|
| 16 |
Chute:
|
| 17 |
shutdown_after_seconds: 10800
|