Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: PaddlePaddle/PaddleNLP
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.7.1
Choose a base ref
...
head repository: PaddlePaddle/PaddleNLP
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.7.2
Choose a head ref
  • 10 commits
  • 19 files changed
  • 6 contributors

Commits on Jan 8, 2024

  1. [Unified Checkpoint] fix checkpoint names (#7794)

    when skipping model weighs save and saving master weights as model weights, unified checkpoint needs choose the model weights to load into master weights.
    DrownFish19 authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    672ee98 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. [Unified Checkpoint] Fix last checkpoint save (#7810)

    * fix(unified checkpoint): fix last ckpt save
    
    * fix(unified checkpoint): unified config format
    DrownFish19 authored Jan 10, 2024
    Configuration menu
    Copy the full SHA
    d4acbfc View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Cherry pick lora fix (#7826)

    * fix lora (#7824)
    
    * [llm]support qlora pp (#7801)
    
    * supprt qlora pp
    
    * fix scale dtype
    lugimzzz authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    38ef1f6 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Configuration menu
    Copy the full SHA
    1743466 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Trainer support simultaneously parse JSON files and cmd arguments. (#…

    …7768)
    
    * add parse_json_file_and_cmd_lines
    
    * change unit test file path
    
    * Change the way the JSON file is determined
    
    * Merge parameter parsing judgment branches and add comments.
    
    * remove the special handling of output_dir
    
    * Add remaining_args warning
    greycooker authored and JunnYu committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    b583f11 View commit details
    Browse the repository at this point in the history
  2. fix_trainer_argparser (#7860)

    greycooker authored and JunnYu committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    fff730e View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. [Fix Download] update converted logic & fix hf hub download subfolder…

    … bug (#7911)
    
    * update converted logic & fix hf hub download subfolder bug
    JunnYu authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    797efa6 View commit details
    Browse the repository at this point in the history
  2. [Cherry-pick] logger level (#7920)

    Cherry-pick of #7903
    KB-Ding authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    9c5ff0d View commit details
    Browse the repository at this point in the history
  3. RuntimeTimer for the toolkit (#7913) (#7921)

    * RuntimeTimer for the toolekit
    
    * RuntimeTimer for the toolekit
    
    * reformat
    
    * fix timer and load checkpoints
    
    * remove reset
    KB-Ding authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    b9d9d1d View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. [Release] 2.7.2 for paddlenlp bugfix. (#7892)

    * Release 2.7.2
    
    * Update __init__.py
    ZHUI authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    b39e701 View commit details
    Browse the repository at this point in the history
Loading