Skip to content

Commit

Permalink
[bugfix] Missing enable_fsdp in 70b config (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
farzadab authored Oct 17, 2024
1 parent 8366909 commit 7295369
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ultravox/training/configs/llama_70b.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ exp_name: "ultravox-v0_4-llama3.1-70B-whisper_m"
text_model: "meta-llama/Meta-Llama-3.1-70B-Instruct"
audio_model: "openai/whisper-medium"

# We need to shard the model in order to fit on the GPU memory
enable_fsdp: True

batch_size: 5
# We increase the number of steps by 2x, but with a lower batch_size, we still won't be training on as many samples as the 8B model
# We would revisit this later on when
Expand Down

0 comments on commit 7295369

Please sign in to comment.