mirror of
https://github.com/ml-explore/mlx.git
synced 2025-08-21 12:06:42 +08:00
removed _compiled_call_impl
line
This commit is contained in:
parent
3301769e0b
commit
74328a0938
@ -442,7 +442,6 @@ class Module(dict):
|
||||
|
||||
def __getstate__(self):
|
||||
state = self.__dict__.copy()
|
||||
state.pop("_compiled_call_impl", None)
|
||||
return state
|
||||
|
||||
def __setstate__(self, state):
|
||||
|
Loading…
Reference in New Issue
Block a user