Bob Dougherty

Results 2 issues of Bob Dougherty

Decoding an ndarray of dtype object that's large enough to trigger binary encoding will result in a segfault. E.g., ``` import jsonpickle import jsonpickle.ext.numpy as jsonpickle_numpy jsonpickle_numpy.register_handlers() import numpy as...

This [recent commit to mlx](https://github.com/ml-explore/mlx/commit/dff4a3833f45a8c01ae6fa2dae1bfe73ab9bfd3b) adds a strict mode (true by default) that checks to ensure the weights passed exactly match the parameters of the model. This causes the following...