Skip to content

Commit 4f582ec

Browse files
Minor typo fix in example. (skypilot-org#1801)
1 parent d8a35ad commit 4f582ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/llama-llm-chatbots/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ When you are done, you can stop or tear down the cluster:
131131
```
132132
You can restart a stopped cluster and relaunch the chatbot (the `run` section in YAML) with
133133
```bash
134-
sky launch llama-7b.yaml -c llama --no-setup
134+
sky launch llama-65b.yaml -c llama --no-setup
135135
```
136136
Note the `--no-setup` flag: a stopped cluster preserves its disk contents so we can skip redoing the setup.
137137
- **To tear down the cluster** (non-restartable), run
@@ -174,4 +174,4 @@ Congratulations! You have used SkyPilot ot launch a LLaMA-based chatbot on the c
174174

175175
LLaMA chatbots are just one example app. To leverage these benefits for your own ML projects on the cloud, we recommend the [Quickstart guide](https://skypilot.readthedocs.io/en/latest/getting-started/quickstart.html).
176176

177-
*Feedback or questions? Want to run other LLM models?* Feel free to drop a note to the SkyPilot team on [GitHub](https://github.com/skypilot-org/skypilot/) or [Slack](http://slack.skypilot.co/) and we're happy to chat!
177+
*Feedback or questions? Want to run other LLM models?* Feel free to drop a note to the SkyPilot team on [GitHub](https://github.com/skypilot-org/skypilot/) or [Slack](http://slack.skypilot.co/) and we're happy to chat!

0 commit comments

Comments
 (0)