Skip to content

Fix eval device mismatch and checkpoint loading failure#16

Open
catting123 wants to merge 2 commits intofacebookresearch:mainfrom
catting123:eval-device-mismatch
Open

Fix eval device mismatch and checkpoint loading failure#16
catting123 wants to merge 2 commits intofacebookresearch:mainfrom
catting123:eval-device-mismatch

Conversation

@catting123
Copy link
Copy Markdown

This commit addresses two issues:

  1. Resolved a device mismatch problem during evaluation where input and weight tensors were placed on different devices, leading to runtime errors.
  2. Fixed a checkpoint loading failure that caused training to restart from scratch instead of correctly resuming from the saved state.

This commit addresses two issues:
1. Resolved a device mismatch problem during evaluation where input and weight tensors were placed on different devices, leading to runtime errors.
2. Fixed a checkpoint loading failure that caused training to restart from scratch instead of correctly resuming from the saved state.
@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Meta Open Source bot. label Mar 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Meta Open Source bot.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants