Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[XPU] rename SP Layer name to enable checkpoint loading from GPU #9163

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

lj970926
Copy link

PR types

Bug fixes

PR changes

Others

Description

  1. fix the name mismatch of sequence parallel layers between GPU and XPU. The problem would cause error when loading GPU checkpoint on XPU.

Copy link

codecov bot commented Sep 21, 2024

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 53.07%. Comparing base (bc55104) to head (70b97ed).

Files with missing lines Patch % Lines
paddlenlp/transformers/linear_utils.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #9163      +/-   ##
===========================================
- Coverage    53.07%   53.07%   -0.01%     
===========================================
  Files          656      656              
  Lines       106095   106096       +1     
===========================================
  Hits         56309    56309              
- Misses       49786    49787       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant