simple typo fille (#848)

This commit is contained in:
Md. Rasel Mandol
2024-03-19 18:45:17 +05:30
committed by GitHub
parent 9a8ee00246
commit db6796ac61

View File

@@ -207,7 +207,7 @@ std::unordered_map<std::string, array> mlx_load_npz_helper(
// Open zip file as a python file stream // Open zip file as a python file stream
nb::object sub_file = zipfile_object.open(st); 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<PyFileReader>(sub_file), s); auto arr = load(std::make_shared<PyFileReader>(sub_file), s);
// Remove .npy from file if it is there // Remove .npy from file if it is there