Skip to content

Commit

Permalink
Minor fix (#84)
Browse files Browse the repository at this point in the history
* fix train yaml

* update
  • Loading branch information
Michaelvll authored Mar 30, 2023
1 parent 9ca8c43 commit 9ca3023
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ We fine-tune the model using the code from [Stanford Alpaca](https://github.com/
| Vicuna-13B | 128 | 2e-5 | 3 | 2048 | 0 |

### Fine-tuning on Any Cloud with SkyPilot
[SkyPilot](https://github.com/skypilot-org/skypilot) is a framework built by UC Berkeley for easily and cost effectively running ML workloads on any cloud.
[SkyPilot](https://github.com/skypilot-org/skypilot) is a framework built by UC Berkeley for easily and cost effectively running ML workloads on any cloud (AWS, GCP, Azure, Lambda, etc.).
To use SkyPilot, install it with the following command and setup the cloud credentials locally following the instructions [here](https://skypilot.readthedocs.io/en/latest/getting-started/installation.html).
```bash
# Install skypilot from the master branch
Expand Down
2 changes: 1 addition & 1 deletion scripts/train-vicuna.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ file_mounts:
name: model-weights # Change to your own bucket
store: gcs
mode: MOUNT
# /lamma:
# /llamma:
# name: llama-ckpts # Change to the bucket that contains the LLaMA weights
# store: gcs
# mode: MOUNT
Expand Down

0 comments on commit 9ca3023

Please sign in to comment.