nit in doc (#2044)

This commit is contained in:
Awni Hannun 2025-04-04 12:04:17 -07:00 committed by GitHub
parent 86389bf970
commit ec5e2aae61
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: