Skip to content

Commit

Permalink
Update test_phi3.py with correcting minor typo
Browse files Browse the repository at this point in the history
Signed-off-by: mayani-nv <[email protected]>
  • Loading branch information
mayani-nv authored Jan 14, 2025
1 parent c895d04 commit 2a715b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/collections/llm/gpt/model/test_phi3.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def test_Phi3_config():
assert config.seq_length == 4096
assert config.attention_dropout == 0.0
assert config.hidden_dropout == 0.0
assert config.share_embeddings_and_output_weights: bool is False
assert config.share_embeddings_and_output_weights is False


# individual model config tests below...
Expand Down

0 comments on commit 2a715b1

Please sign in to comment.