Skip to content

Commit

Permalink
fix pins (#646)
Browse files Browse the repository at this point in the history
  • Loading branch information
dakinggg committed Oct 3, 2023
1 parent 9025b83 commit cf015dd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions mcli/mcli-llama2-finetune.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ integrations:
- integration_type: git_repo
git_repo: mosaicml/llm-foundry
git_branch: v0.3.0
# git_commit: # OR use your commit hash
pip_install: -e .[gpu]
ssh_clone: false # Should be true if using a private repo

Expand Down
4 changes: 2 additions & 2 deletions mcli/mcli-openai-eval.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
integrations:
- integration_type: git_repo
git_repo: mosaicml/llm-foundry
git_branch: # use your branch
# git_commit: 29d65cc26853c09f6de7542978056ddb0b07e98c # OR use your commit hash
git_branch: v0.3.0
# git_commit: # OR use your commit hash
pip_install: -e ".[gpu,openai]"
ssh_clone: false # Should be true if using a private repo

Expand Down
2 changes: 1 addition & 1 deletion mcli/mcli-pretokenize-oci-upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ integrations:
- oci-cli==3.23.2
- integration_type: git_repo
git_repo: mosaicml/llm-foundry
git_branch: v0.2.0
git_branch: v0.3.0
# git_commit: # OR use your commit hash
pip_install: '.'
ssh_clone: false # Should be true if using a private repo
Expand Down

0 comments on commit cf015dd

Please sign in to comment.