Skip to content

PaddleNLP v2.4.8

Choose a tag to compare

@sijunhe sijunhe released this 26 Dec 11:12
· 3003 commits to develop since this release
2583b5a

New Features

PPDiffusers

  • 新增BIT和DPT模型 #4202
  • 支持Ascend NPU部署 #4217
  • ppdiffusers pipelines文档修改升级,新增任务展示,针对ppdiffusers能力进行整理输出;新增audio diffusion推理脚本和权重
    新增paint by example推理脚本和权重 #4230

Bug Fix

  • 修复AutoModel加载legacy config和standard config的问题 #4083
  • 修复PretrainedConfig带来的向后兼容问题 #4237
  • 修复GPT模型使用input_embeds的问题 #4179
  • 修复Trainer多卡时的save问题 #4220