Skip to content

Commit

Permalink
unnecessary now
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm1 committed Aug 27, 2024
1 parent a3b418e commit 7c05a22
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/axolotl/monkeypatch/multipack.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,3 @@ def patch_remote(model_name, config_name, modeling_name):
module_name = model_config.__class__.__module__.replace(config_name, modeling_name)
modeling_arch = importlib.import_module(module_name)
modeling_arch._get_unpad_data = get_unpad_data # pylint: disable=protected-access
# workaround to make the patch stick
modeling_arch._axolotl_multipack_patch = True # pylint: disable=protected-access

0 comments on commit 7c05a22

Please sign in to comment.