Skip to content

Commit

Permalink
Merge branch 'support-bot' of https://github.com/KuuCi/examples into …
Browse files Browse the repository at this point in the history
…support-bot
  • Loading branch information
KuuCi committed Aug 4, 2023
2 parents c4fa07e + aa7a9d1 commit b76b65e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/end-to-end-examples/support_chatbot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ Now that we have our trained model, we will deploy it using MosaicML inference.

**Command**:
```bash
mcli deploy -f mcli-yamls/06a_deploy_llm.yaml --cluster REPLACE_WITH_YOUR_CLUSTER
mcli deploy -f mcli-yamls/deploy_llm.yaml --cluster REPLACE_WITH_YOUR_CLUSTER
```

**Outputs:** A deployment for the language model
Expand All @@ -173,7 +173,7 @@ After running the `gradio` command, you should see link to your application. It

**Command**:
```bash
gradio app.py --endpoint_url https://REPLACE_WITH_YOUR_LLM_DEPLOYMENT_NAME.inf.hosted-on.mosaicml.hosting/predict --repository_urls https://github.com/mosaicml/composer
python app.py --repository_urls https://github.com/mosaicml/composer
```


Expand Down

0 comments on commit b76b65e

Please sign in to comment.