mirror of
https://github.com/ml-explore/mlx.git
synced 2025-12-16 01:49:05 +08:00
fix docstring
This commit is contained in:
@@ -4022,7 +4022,8 @@ void init_ops(nb::module_& m) {
|
|||||||
Args:
|
Args:
|
||||||
file (file, str): File in which the array is saved.
|
file (file, str): File in which the array is saved.
|
||||||
arrays (dict(str, array)): The dictionary of names to arrays to
|
arrays (dict(str, array)): The dictionary of names to arrays to
|
||||||
be saved. metadata (dict(str, str), optional): The dictionary of
|
be saved.
|
||||||
|
metadata (dict(str, str), optional): The dictionary of
|
||||||
metadata to be saved.
|
metadata to be saved.
|
||||||
)pbdoc");
|
)pbdoc");
|
||||||
m.def(
|
m.def(
|
||||||
|
|||||||
Reference in New Issue
Block a user