mirror of
https://github.com/ml-explore/mlx.git
synced 2025-10-07 16:18:09 +08:00
Pickle: workaround for bfloat16
This commit is contained in:
@@ -671,7 +671,7 @@ class TestArray(mlx_tests.MLXTestCase):
|
||||
mx.uint64,
|
||||
mx.float16,
|
||||
mx.float32,
|
||||
# mx.bfloat16,
|
||||
mx.bfloat16,
|
||||
mx.complex64,
|
||||
]
|
||||
|
||||
|
Reference in New Issue
Block a user