Skip to content
This repository was archived by the owner on Jan 15, 2026. It is now read-only.
Open
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 launcher_scripts/conf/training/llama/llama3_1_405b.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ model:
openai_gelu: false
normalize_attention_scores: true
position_embedding_type: rope
rotary_base: 500000.0
rotary_percentage: 1.0
apply_rope_fusion: true
attention_type: multihead
Expand Down
1 change: 1 addition & 0 deletions launcher_scripts/conf/training/llama/llama3_1_70b.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ model:
normalize_attention_scores: true
position_embedding_type: rope
rotary_percentage: 1.0
rotary_base: 500000.0
apply_rope_fusion: true
attention_type: multihead
share_embeddings_and_output_weights: false
Expand Down
1 change: 1 addition & 0 deletions launcher_scripts/conf/training/llama/llama3_1_8b.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ model:
normalize_attention_scores: true
position_embedding_type: rope
rotary_percentage: 1.0
rotary_base: 500000.0
apply_rope_fusion: true
cross_entropy_loss_fusion: true
attention_type: multihead
Expand Down
1 change: 1 addition & 0 deletions launcher_scripts/conf/training/llama/llama3_70b.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ model:
openai_gelu: false
normalize_attention_scores: true
position_embedding_type: rope
rotary_base: 500000.0
rotary_percentage: 1.0
apply_rope_fusion: true
attention_type: multihead
Expand Down
1 change: 1 addition & 0 deletions launcher_scripts/conf/training/llama/llama3_8b.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ model:
openai_gelu: false
normalize_attention_scores: true
position_embedding_type: rope
rotary_base: 500000.0
rotary_percentage: 1.0
apply_rope_fusion: true
cross_entropy_loss_fusion: true
Expand Down