You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/llama-llm-chatbots/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -131,7 +131,7 @@ When you are done, you can stop or tear down the cluster:
131
131
```
132
132
You can restart a stopped cluster and relaunch the chatbot (the `run` section in YAML) with
133
133
```bash
134
-
sky launch llama-7b.yaml -c llama --no-setup
134
+
sky launch llama-65b.yaml -c llama --no-setup
135
135
```
136
136
Note the `--no-setup` flag: a stopped cluster preserves its disk contents so we can skip redoing the setup.
137
137
- **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
174
174
175
175
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).
176
176
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