Skip to content

Commit

Permalink
llama 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmeda14960 committed Nov 18, 2024
1 parent 0c4598d commit 03aa29d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions config/llama2_hf.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Model configuration
model:
type: llama
seq_len: 2048
hidden_dim: 4096
intermediate_dim: 11008
num_layers: 32
num_heads: 32
num_kv_heads: 32
use_flash_attention: true
flash_attention_block_size: 512
use_bias: false
use_layer_norm_weight: false

0 comments on commit 03aa29d

Please sign in to comment.