Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sadikneipp committed Dec 3, 2024
1 parent ee48797 commit d12a41e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pathwaysutils/persistence/pathways_orbax_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ async def deserialize(
grouped_shardings = [shardings[idx] for idx in idxs]
locations, names = extract_parent_dir_and_name(grouped_infos)
grouped_arrays = helper.read_arrays(
location[0],
locations[0],
names,
grouped_dtypes,
grouped_global_shapes,
Expand Down

0 comments on commit d12a41e

Please sign in to comment.