mirror of
https://github.com/ml-explore/mlx.git
synced 2025-08-21 20:38:07 +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):
|
def __getstate__(self):
|
||||||
state = self.__dict__.copy()
|
state = self.__dict__.copy()
|
||||||
state.pop("_compiled_call_impl", None)
|
|
||||||
return state
|
return state
|
||||||
|
|
||||||
def __setstate__(self, state):
|
def __setstate__(self, state):
|
||||||
|
Loading…
Reference in New Issue
Block a user