Skip to content

Commit

Permalink
what
Browse files Browse the repository at this point in the history
  • Loading branch information
dlwh committed Dec 8, 2024
1 parent c0f38c8 commit 0959c65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_state_dict.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def init(Block2, key):

# check for some keys:
assert "0.a.0.bias" in state_dict
assert "1.a.1." in state_dict
assert "1.a.1.weight" in state_dict

z = tree_zeros_like(m_stacked)

Expand Down

0 comments on commit 0959c65

Please sign in to comment.