Files
cocogoat/configs/h200.yaml
2026-02-05 23:18:26 +01:00

27 lines
480 B
YAML

# H200 Configuration
gpu_type: h200
gpu_model: "NVIDIA H200 141GB"
# Default attention implementation
default_attention: flash_attention_3_hopper
# Pretraining defaults
pretrain:
batch_size: 8
sequence_length: 8192
num_steps: 10
warmup_steps: 3
# Inference defaults
inference:
num_requests: 10
prompt_length: 512
generation_length: 100
warmup_requests: 2
# Hardware specs (for reference)
hardware:
memory_gb: 141
tdp_watts: 700
compute_capability: "9.0"