Skip to content

Commit

Permalink
Update bindings/python/py_src/safetensors/mlx.py
Browse files Browse the repository at this point in the history
Co-authored-by: Pedro Cuenca <pedro@huggingface.co>
  • Loading branch information
Narsil and pcuenca authored Jan 5, 2024
1 parent 2a0fbd7 commit 4bb3e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/python/py_src/safetensors/mlx.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def load(data: bytes) -> Dict[str, mx.array]:
The content of a safetensors file
Returns:
`Dict[str, mx.array]`: dictionary that contains name as key, value as `mx.array` on cpu
`Dict[str, mx.array]`: dictionary that contains name as key, value as `mx.array`
Example:
Expand Down

0 comments on commit 4bb3e10

Please sign in to comment.