From c3efbc70ccd016e12883fdc9c8963e1f7e493ecf Mon Sep 17 00:00:00 2001 From: Vincent Chen Date: Wed, 2 Aug 2023 18:21:26 -0700 Subject: [PATCH 1/2] Update README.md --- examples/end-to-end-examples/support_chatbot/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/end-to-end-examples/support_chatbot/README.md b/examples/end-to-end-examples/support_chatbot/README.md index d1263d919..5d8f367d3 100644 --- a/examples/end-to-end-examples/support_chatbot/README.md +++ b/examples/end-to-end-examples/support_chatbot/README.md @@ -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 ``` From aa7a9d151596fe5f73395c18820fb30c0414f462 Mon Sep 17 00:00:00 2001 From: Vincent Chen Date: Thu, 3 Aug 2023 15:54:56 -0700 Subject: [PATCH 2/2] Update README.md --- examples/end-to-end-examples/support_chatbot/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/end-to-end-examples/support_chatbot/README.md b/examples/end-to-end-examples/support_chatbot/README.md index 5d8f367d3..a471b832d 100644 --- a/examples/end-to-end-examples/support_chatbot/README.md +++ b/examples/end-to-end-examples/support_chatbot/README.md @@ -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