mirror of
https://github.com/ml-explore/mlx.git
synced 2025-08-21 20:46:46 +08:00
uint64_t instead of uint32_t
This commit is contained in:
parent
c432de8013
commit
60132a16de
@ -94,7 +94,7 @@ class JSONNode {
|
||||
JSONObject* object;
|
||||
JSONList* list;
|
||||
std::string* s;
|
||||
uint32_t f;
|
||||
uint64_t f;
|
||||
} _values;
|
||||
Type _type;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user