-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
partial conv changes and mcli update
- Loading branch information
Showing
13 changed files
with
556 additions
and
393 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
149 changes: 70 additions & 79 deletions
149
examples/end-to-end-examples/support_chatbot/chatbot.py
Large diffs are not rendered by default.
Oops, something went wrong.
426 changes: 426 additions & 0 deletions
426
examples/end-to-end-examples/support_chatbot/custom_mpt_ft_handler.py
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 4 additions & 3 deletions
7
examples/end-to-end-examples/support_chatbot/requirements-cpu.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
langchain==0.0.205 | ||
composer[streaming,libcloud,oci,nlp]==0.15.0 | ||
mosaicml-cli==0.4.4 | ||
composer[streaming,libcloud,oci,nlp]==0.16.0 | ||
mosaicml-cli==0.4.17 | ||
gradio==3.33.1 | ||
faiss-cpu==1.7.4 | ||
sentencepiece==0.1.97 | ||
git+https://github.com/mosaicml/llm-foundry.git@main#egg=llm-foundry | ||
oauthlib>=2.1.0,<3.0.0 | ||
git+https://github.com/mosaicml/llm-foundry.git@aabdb3c7b64679e8406a6905700dabdaa2c5e739#egg=llm-foundry |
4 changes: 2 additions & 2 deletions
4
examples/end-to-end-examples/support_chatbot/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
composer[nlp,streaming,wandb]==0.15.0 | ||
git+https://github.com/mosaicml/llm-foundry.git@main#egg=llm-foundry[gpu] # TODO: main | ||
composer[nlp,streaming,wandb]==0.16.0 | ||
git+https://github.com/mosaicml/llm-foundry.git@aabdb3c7b64679e8406a6905700dabdaa2c5e739#egg=llm-foundry[gpu] # TODO: main |
Binary file removed
BIN
-37.7 MB
examples/end-to-end-examples/support_chatbot/retrieval_data_slack/vectors.pickle
Binary file not shown.
Oops, something went wrong.