Skip to content

Commit

Permalink
Add gcp commit to yaml (#421)
Browse files Browse the repository at this point in the history
* add gcp commit to yaml

* Update mpt_7b_instruct_ft.yaml

little typo

---------

Co-authored-by: Margaret Qian <margaret.qian@MacBook-Pro.local>
Co-authored-by: tianshuc <135737595+tianshuc@users.noreply.github.com>
  • Loading branch information
3 people committed Jul 21, 2023
1 parent d1cd929 commit df65ce9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/inference-deployments/mpt/mpt_30b_ft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ command: |
integrations:
- integration_type: git_repo
git_repo: mosaicml/examples
git_commit: 27230fa1c883c17a2a45a3762239ff7f5b0ef8ce
git_commit: d1cd9293b3eb943d38e912a3b9f4abd8bad52b5b
ssh_clone: false
- integration_type: git_repo
git_repo: mosaicml/llm-foundry
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ command: |
integrations:
- integration_type: git_repo
git_repo: mosaicml/examples
git_commit: 27230fa1c883c17a2a45a3762239ff7f5b0ef8ce
git_commit: d1cd9293b3eb943d38e912a3b9f4abd8bad52b5b
ssh_clone: false
- integration_type: git_repo
git_repo: mosaicml/llm-foundry
Expand Down
6 changes: 3 additions & 3 deletions examples/inference-deployments/mpt/mpt_7b_instruct_ft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ command: |
integrations:
- integration_type: git_repo
git_repo: mosaicml/examples
git_commit: dcc4c4dff002d282a2f432ccfcab4b61dc6a53af
git_commit: d1cd9293b3eb943d38e912a3b9f4abd8bad52b5b
ssh_clone: false
- integration_type: git_repo
git_repo: mosaicml/llm-foundry
git_commit: 496b50bd588b1a7231fe54b05d70babb3620fc72
ssh_clone: false
model:
backend: faster_transformers
downloader: examples.inference-deployments.mpt.mpt_7b_ft_handler.download_convert
downloader: examples.inference-deployments.mpt.mpt_ft_handler.download_convert
download_parameters:
hf_path: mosaicml/mpt-7b-instruct
model_handler: examples.inference-deployments.mpt.mpt_7b_ft_handler.MPTFTModelHandler
model_handler: examples.inference-deployments.mpt.mpt_ft_handler.MPTFTModelHandler
model_parameters:
model_name_or_path: mosaicml/mpt-7b-instruct
ft_lib_path: /code/FasterTransformer/build/lib/libth_transformer.so

0 comments on commit df65ce9

Please sign in to comment.