Skip to content

Commit

Permalink
Add single GPU
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaelvll committed May 30, 2024
1 parent aa8ecfe commit 265e43c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions llm/gpt-2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ sky launch -c gpt2-data gpt2-data.yaml --env BUCKET_NAME=your-bucket-name
sky launch -c gpt2-train --detach-setup gpt2-train.yaml --env BUCKET_NAME=your-bucket-name
```

Or you can train the model with a single A100:
```bash
sky launch -c gpt2-train --detach-setup gpt2-train.yaml --gpu a100 --env BUCKET_NAME=your-bucket-name
```


## Run in a Pipeline
We can also combine the two steps into a single SkyPilot job:
Expand Down

0 comments on commit 265e43c

Please sign in to comment.