Commit 5812f89
feat(cloud): add Vast.ai and Modal GPU providers
Vast.ai (~$0.17/hr A10): SSH+rsync marketplace model with full CLI
(list, launch, terminate, train) matching lambda_labs.py pattern.
Includes GPU search, --gpu-wait retry, auto-convert --demo-dir flow.
Modal ($30/mo free, $1.10/hr A10G): Python-native cloud with zero-ops
training via decorated functions and Modal Volumes for data transfer.
CLI: train, status, download, list-volumes.
Both support the same --demo-dir end-to-end pipeline as Lambda Labs.
53 new tests (34 Vast.ai + 19 Modal), all passing.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent a5487bb commit 5812f89
7 files changed
Lines changed: 3138 additions & 1 deletion
File tree
- openadapt_ml
- cloud
- tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
17 | 48 | | |
18 | 49 | | |
19 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | | - | |
| 6 | + | |
0 commit comments