Skip to content

Commit 93a51c7

Browse files
committed
remove comment
1 parent 390b42c commit 93a51c7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

flax/serialization.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,6 @@ def _restore_namedtuple(xs, state_dict: Dict[str, Any]):
193193
_namedtuple_state_dict,
194194
_restore_namedtuple)
195195

196-
# jax.tree_util.Partial does not support flax serialization
197-
# should be upstreamed to Flax
198196
register_serialization_state(
199197
jax.tree_util.Partial,
200198
lambda x: (

0 commit comments

Comments
 (0)