Skip to content

Commit

Permalink
Remove breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Rocketknight1 committed Aug 27, 2024
1 parent c1f4703 commit 5f4eb03
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/transformers/dynamic_module_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -580,9 +580,6 @@ def _set_auto_map_in_config(_config):

result = []
# Copy module file to the output folder.
breakpoint()
# TODO Figure out why InternLM2 is registered for auto class but fake_custom isn't
# TODO From there, write a test to ensure correct saving even after the PR change
object_file = sys.modules[obj.__module__].__file__
dest_file = Path(folder) / (Path(object_file).name)
shutil.copy(object_file, dest_file)
Expand Down

0 comments on commit 5f4eb03

Please sign in to comment.