Skip to content

Commit

Permalink
Fix llama3 example yamls (#1688)
Browse files Browse the repository at this point in the history
Co-authored-by: Chuck Tang <[email protected]>
  • Loading branch information
j316chuck and Chuck Tang authored Dec 5, 2024
1 parent 05563e1 commit 2b9f682
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
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

0 comments on commit 2b9f682

Please sign in to comment.