Skip to content

Commit

Permalink
fix jnp usage
Browse files Browse the repository at this point in the history
  • Loading branch information
sadikneipp committed Dec 3, 2024
1 parent 35e88f2 commit ee48797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pathwaysutils/persistence/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def get_read_request(
def get_bulk_read_request(
location_path: str,
names: str,
dtypes: jnp.dtype,
dtypes: np.dtype,
shapes: Sequence[Sequence[int]],
shardings: Sequence[jax.sharding.Sharding],
devices: Sequence[jax.Device],
Expand Down

0 comments on commit ee48797

Please sign in to comment.