Skip to content

Commit

Permalink
fix #180
Browse files Browse the repository at this point in the history
  • Loading branch information
kingoflolz committed Jan 28, 2022
1 parent 7b3507c commit 0a75ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion to_hf_weights.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ def unshard_leave(

# stack leave shards into single np.ndarray
x = np.stack(leave_shards)
assert isinstance(x, jnp.ndarray)
# assert isinstance(x, jnp.ndarray)

# As far as i can tell, this just re labels the dtype of arrays
# labeled with "V2" dtype. In theory, V2 was just an alias for bfloat16
Expand Down

0 comments on commit 0a75ca9

Please sign in to comment.