mirror of
https://github.com/ml-explore/mlx.git
synced 2025-08-21 20:46:46 +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::kw_only(),
|
||||
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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user