fix docstring

This commit is contained in:
Awni Hannun
2025-07-23 07:54:45 -07:00
parent e2b35e06a4
commit 3b9c665cb8

View File

@@ -4022,8 +4022,9 @@ void init_ops(nb::module_& m) {
Args:
file (file, str): File in which the array is saved.
arrays (dict(str, array)): The dictionary of names to arrays to
be saved. metadata (dict(str, str), optional): The dictionary of
metadata to be saved.
be saved.
metadata (dict(str, str), optional): The dictionary of
metadata to be saved.
)pbdoc");
m.def(
"save_gguf",