@@ -195,23 +195,23 @@ peft_config:
195195
196196modal :
197197 app_name : " leap-finetune"
198- gpu : " H100:4" # 4x H100 — Ray creates one worker per GPU
199- timeout : 86400 # 24 hours
200- output_volume : " leap-finetune-outputs" # Modal Volume, created automatically
201- output_dir : " /outputs" # mount point inside the container
198+ gpu : " H100:4" # 4x H100 — Ray creates one worker per GPU
199+ timeout : 86400 # 24 hours
200+ output_volume : " leap-finetune-outputs" # Modal Volume, created automatically
201+ output_dir : " /outputs" # mount point inside the container
202202 secrets :
203- - " huggingface-secret" # must contain HF_TOKEN
203+ - " huggingface-secret" # must contain HF_TOKEN
204204 # - "wandb-secret" # optional, must contain WANDB_API_KEY
205205```
206206
207207** GPU options:**
208208
209- | ` gpu: ` value | Hardware |
210- | ---| ---|
211- | ` "H100" ` | 1x H100 80GB |
212- | ` "H100:4" ` | 4x H100 80GB |
213- | ` "H100:8" ` | 8x H100 80GB |
214- | ` "A100-80GB:4" ` | 4x A100 80GB |
209+ | ` gpu: ` value | Hardware |
210+ | --------------------------- | ----------------------------- |
211+ | ` "H100" ` | 1x H100 80GB |
212+ | ` "H100:4" ` | 4x H100 80GB |
213+ | ` "H100:8" ` | 8x H100 80GB |
214+ | ` "A100-80GB:4" ` | 4x A100 80GB |
215215| ` ["H100:4", "A100-80GB:4"] ` | H100 preferred, A100 fallback |
216216
217217---
0 commit comments