mirror of
https://github.com/ml-explore/mlx.git
synced 2025-08-21 12:06:42 +08:00
spelling: unsupported
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
381712a8af
commit
c373f86b66
@ -155,7 +155,7 @@ array load(std::shared_ptr<io::Reader> in_stream, StreamOrDevice s) {
|
|||||||
// Read and check version
|
// Read and check version
|
||||||
if (read_magic_and_ver[6] != 1 && read_magic_and_ver[6] != 2) {
|
if (read_magic_and_ver[6] != 1 && read_magic_and_ver[6] != 2) {
|
||||||
throw std::runtime_error(
|
throw std::runtime_error(
|
||||||
"[load] Unsupport npy format version in " + in_stream->label());
|
"[load] Unsupported npy format version in " + in_stream->label());
|
||||||
}
|
}
|
||||||
|
|
||||||
// Read header len and header
|
// Read header len and header
|
||||||
|
Loading…
Reference in New Issue
Block a user