mirror of
https://github.com/ml-explore/mlx.git
synced 2025-08-22 04:56:41 +08:00
fix doc
This commit is contained in:
parent
c88d3174aa
commit
99b9c1dac5
@ -2971,7 +2971,7 @@ void init_ops(py::module_& m) {
|
|||||||
py::pos_only(),
|
py::pos_only(),
|
||||||
py::kw_only(),
|
py::kw_only(),
|
||||||
R"pbdoc(
|
R"pbdoc(
|
||||||
save_safetensor(file: str, d: Dict[str, array], /, *, stream: Union[None, Stream, Device] = None)
|
save_safetensor(file: str, d: Dict[str, array], /, *)
|
||||||
|
|
||||||
Save array(s) to a binary file in ``.safetensors`` format.
|
Save array(s) to a binary file in ``.safetensors`` format.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user