-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Remove torch_dtype in to() to end deprecation
#6886
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
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
DN6
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.
LGTM 👍🏽
|
Additionally we should probably update all the docs where we pass in |
This reverts commit adcddf6.
We cannot do that yet, because there's no deprecation behaviour in Let me know if that makes sense. |
|
So this PR is just changing all references to |
|
Please review changes more carefully. It’s deprecating |
torch_dtype to end deprecationtorch_dtype in to() to end deprecation
|
Correct. But it would mean we should change all references to using |
|
That is taken care of :-) |
yiyixuxu
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.
thank you:)
* remove torch_dtype from to() * remove torch_dtype from usage scripts. * remove old lora backend * Revert "remove old lora backend" This reverts commit adcddf6.
What does this PR do?
So that part of #6885 is fixed.