Skip to content

Commit

Permalink
Ran ruff.
Browse files Browse the repository at this point in the history
  • Loading branch information
finbarrtimbers committed Nov 3, 2024
1 parent bef6ef2 commit f6e86bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llamax/integration_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def setUpClass(cls):

# Convert checkpoint to double precision
checkpoint = {k: v.double() for k, v in checkpoint.items()}

jax.tree.map(
lambda x, y: np.testing.assert_array_equal(x.shape, y.shape),
dict(cls.torch_model.state_dict()),
Expand Down

0 comments on commit f6e86bd

Please sign in to comment.