Skip to content

Commit

Permalink
Refactoring: move type_handlers.py to _src/serialization
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 693341305
  • Loading branch information
ChromeHearts authored and copybara-github committed Nov 5, 2024
1 parent ea39d05 commit 0445bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pathwaysutils/persistence/pathways_orbax_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from absl import logging
import jax
from orbax.checkpoint import future
from orbax.checkpoint import type_handlers
from orbax.checkpoint._src.serialization import type_handlers
from pathwaysutils.persistence import helper

ParamInfo = type_handlers.ParamInfo
Expand Down

0 comments on commit 0445bc1

Please sign in to comment.