-
Notifications
You must be signed in to change notification settings - Fork 74
remove old Deepspeed-native code #567
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
Conversation
|
running CI to spot-check that removed code didn't break training. I checked for references to code being used but didn't find any with vscode, but maybe missed something. |
dc2d89b to
750babb
Compare
RobotSail
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, if we can get CI passing then I can approve ✅
750babb to
2ef7a32
Compare
RobotSail
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like everything but the smoke tests pass, I believe the smoke tests are flaky anyways however.
|
Re-running the tests. I think @booxter fixed the GitHub Action dependency that was causing these to break last time. |
2ef7a32 to
8d22c7f
Compare
|
@JamesKunstle unless you really need the other two reviews, consider removing them from the requests so that this PR can merge. |
|
This pull request has merge conflicts that must be resolved before it can be |
8d22c7f to
ad0ed22
Compare
|
Rebased, no other changes |
after moving to Accelerate, we left some old code in-tree in case we had to switch back. We can remove it now that we've settled on Accelerate. Signed-off-by: James Kunstle <[email protected]>
ad0ed22 to
fdc02fd
Compare
after moving to Accelerate, we left some old code in-tree in case we had to switch back. We can remove it now that we've settled on Accelerate.