Remove torch_dtype in to() to end deprecation#6886
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. |
|
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 :-) |
* 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.