From cf015dd6a418abea854a85e5670522ee146cfd0a Mon Sep 17 00:00:00 2001 From: Daniel King <43149077+dakinggg@users.noreply.github.com> Date: Tue, 3 Oct 2023 09:59:13 -0700 Subject: [PATCH] fix pins (#646) --- mcli/mcli-llama2-finetune.yaml | 1 + mcli/mcli-openai-eval.yaml | 4 ++-- mcli/mcli-pretokenize-oci-upload.yaml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/mcli/mcli-llama2-finetune.yaml b/mcli/mcli-llama2-finetune.yaml index 89c9c0cd9c..ae8f57abb6 100644 --- a/mcli/mcli-llama2-finetune.yaml +++ b/mcli/mcli-llama2-finetune.yaml @@ -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 diff --git a/mcli/mcli-openai-eval.yaml b/mcli/mcli-openai-eval.yaml index 6275d9d578..0b770626b9 100644 --- a/mcli/mcli-openai-eval.yaml +++ b/mcli/mcli-openai-eval.yaml @@ -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 diff --git a/mcli/mcli-pretokenize-oci-upload.yaml b/mcli/mcli-pretokenize-oci-upload.yaml index 8163d8c3bd..b585b5f5f2 100644 --- a/mcli/mcli-pretokenize-oci-upload.yaml +++ b/mcli/mcli-pretokenize-oci-upload.yaml @@ -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