Skip to content

Commit

Permalink
Update unified_checkpoint.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DesmonDay authored Dec 20, 2024
1 parent bfc88b6 commit fad0f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paddlenlp/trainer/unified_checkpoint/unified_checkpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

from paddlenlp.peft import LoRAModel, PrefixModelForCausalLM
from paddlenlp.trainer.argparser import strtobool
from paddlenlp.trainer.utils.helper import distributed_isfile
from paddlenlp.trainer.utils.helper import distributed_file, distributed_isfile
from paddlenlp.transformers.model_utils import (
PretrainedModel,
_add_variant,
Expand Down

0 comments on commit fad0f64

Please sign in to comment.