Skip to content

Commit 0ed83e7

Browse files
committed
fmt
1 parent 6e11106 commit 0ed83e7

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

MODAL_SUPPORT.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -195,23 +195,23 @@ peft_config:
195195

196196
modal:
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
---

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ modal setup
106106
modal:
107107
gpu: "H100:4"
108108
secrets:
109-
- "huggingface-secret" # only needed for private/gated models
109+
- "huggingface-secret" # only needed for private/gated models
110110
```
111111

112112
**Run:**

0 commit comments

Comments
 (0)