Replies: 1 comment 3 replies
-
Sorry for the late reply @awni . What would it mean to pickle a While that can probably be serialized to a file, I don't see how unserializing it would produce a meaningful result. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Just curious on how possible to have support for this or to extend
nb_func
to allow it to be pickled?This comes up in MLX since compiled functions are
nb_func
. And sometimes it's convenient for a Python class to hold a function as an attribute. We can work around it by wrapping stuff in user defined Python classes.. but it's inconvenient and confusing for users who do not know about this.Beta Was this translation helpful? Give feedback.
All reactions