diff --git a/mlx/safetensor.h b/mlx/safetensor.h index 19aa26aa2..2e2b9c9c1 100644 --- a/mlx/safetensor.h +++ b/mlx/safetensor.h @@ -94,7 +94,7 @@ class JSONNode { JSONObject* object; JSONList* list; std::string* s; - uint32_t f; + uint64_t f; } _values; Type _type; };