From ec5e2aae6195b9175e1ac72e785ea21c8e980149 Mon Sep 17 00:00:00 2001 From: Awni Hannun Date: Fri, 4 Apr 2025 12:04:17 -0700 Subject: [PATCH] nit in doc (#2044) --- python/src/ops.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/src/ops.cpp b/python/src/ops.cpp index 6de580d1b..5f078a08d 100644 --- a/python/src/ops.cpp +++ b/python/src/ops.cpp @@ -3924,7 +3924,7 @@ void init_ops(nb::module_& m) { array or dict: A single array if loading from a ``.npy`` file or a dict mapping names to arrays if loading from a ``.npz`` or - ``.safetensors`` file. If ``return_metadata` is ``True`` an + ``.safetensors`` file. If ``return_metadata`` is ``True`` an additional dictionary of metadata will be returned. Warning: