Skip to content

Commit

Permalink
fix(export_model): fix export_model.py python path
Browse files Browse the repository at this point in the history
1.fix python path to paddlenlp project
  • Loading branch information
thinking-computer committed Dec 5, 2024
1 parent 8bd8814 commit c1699f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llm/predict/export_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

import paddle
from paddle.distributed import fleet
from predict.predictor import ModelArgument, PredictorArgument, create_predictor

from llm.predict.predictor import ModelArgument, PredictorArgument, create_predictor
from paddlenlp.trainer import PdArgumentParser
from paddlenlp.trl import llm_utils

Expand Down

0 comments on commit c1699f5

Please sign in to comment.