mirror of
https://github.com/ROCm/jax.git
synced 2025-04-19 05:16:06 +00:00
Switch to zstd for numpy array serialization (jax.Array serialization is handled by JAX library).
PiperOrigin-RevId: 522616067
This commit is contained in:
parent
a556074541
commit
38f6338299
@ -70,7 +70,7 @@ def _get_metadata(arr):
|
||||
local_shape = arr.addressable_data(0).shape
|
||||
return {
|
||||
'compressor': {
|
||||
'id': 'gzip'
|
||||
'id': 'zstd'
|
||||
},
|
||||
'shape': arr.shape,
|
||||
'chunks': np.array(np.maximum(1, local_shape)),
|
||||
|
Loading…
x
Reference in New Issue
Block a user