Skip to content

Commit

Permalink
Remove legacy code for patching _get_unpad_data
Browse files Browse the repository at this point in the history
  • Loading branch information
chiragjn committed Nov 19, 2024
1 parent c9dc229 commit cd6203e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/axolotl/monkeypatch/multipack.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ def patch_for_multipack(model_type, model_name=None, has_remote_code=False):
patch_mixtral_moe_forward_zero3()



def patch_remote(model_name):
model_config = AutoConfig.from_pretrained(model_name, trust_remote_code=True)
# we need to load the model here in order for modeling_* to be available
Expand Down

0 comments on commit cd6203e

Please sign in to comment.