Skip to content

Commit

Permalink
fix: added n_query_groups for phi-4 test_model.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ysjprojects committed Jan 9, 2025
1 parent 602460e commit c1c0b4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ def test_against_hf_phi_3(model_name, device, dtype):
padded_vocab_size=10000,
n_layer=2,
n_head=4,
n_query_groups=4,
n_embd=256,
)
T = 5
Expand Down

0 comments on commit c1c0b4f

Please sign in to comment.