Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix llama3 example yamls #1688

Merged
merged 1 commit into from
Dec 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions mcli/mcli-llama2-finetune.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ integrations:

command: |
cd llm-foundry/scripts
export HF_HUB_ENABLE_HF_TRANSFER=1
composer train/train.py /mnt/config/parameters.yaml
image: mosaicml/llm-foundry:2.5.1_cu124-latest
name: llama2-finetune
Expand Down
2 changes: 2 additions & 0 deletions mcli/mcli-llama3-70b-instruct-finetune.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ integrations:

command: |
cd llm-foundry/scripts
export HF_HUB_ENABLE_HF_TRANSFER=1
composer train/train.py /mnt/config/parameters.yaml
image: mosaicml/llm-foundry:2.5.1_cu124-latest
name: llama3.1-70b-finetune
Expand All @@ -31,6 +32,7 @@ parameters:
run_name: # If left blank, will be read from env var $RUN_NAME

max_split_size_mb: 512
dist_timeout: 3600 # set to avoid NCCL timeouts

# Model
model:
Expand Down
Loading