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