From db6796ac6150c63da29513b6614a5372f746766e Mon Sep 17 00:00:00 2001 From: "Md. Rasel Mandol" <130071257+raselmandol@users.noreply.github.com> Date: Tue, 19 Mar 2024 18:45:17 +0530 Subject: [PATCH] simple typo `fille` (#848) --- python/src/load.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/src/load.cpp b/python/src/load.cpp index 46eb5932e..db0804e61 100644 --- a/python/src/load.cpp +++ b/python/src/load.cpp @@ -207,7 +207,7 @@ std::unordered_map mlx_load_npz_helper( // Open zip file as a python file stream nb::object sub_file = zipfile_object.open(st); - // Create array from python fille stream + // Create array from python file stream auto arr = load(std::make_shared(sub_file), s); // Remove .npy from file if it is there