Closed krammnic closed 1 week ago
Note: Links to docs will display an error until the docs builds have been completed.
This comment was automatically generated by Dr. CI and updates every 15 minutes.
Probably need to remove relations to docs
Thanks for the PR! Looking at the code changes now, but at least for the doc build job failure you will need to remove this line (you can check other rst files the same folder for any other APIs you've removed, their references will need to be removed as well)
Probably fine now
Looks like CI is red?
I think you also need to remove the reference to validate_state_dict_for_lora
in the API docs @krammnic
Hey @krammnic - think there's some merge conflicts to fix before I can kick off CI again.
@krammnic I’m gonna close this now that #2016 has landed. Thanks for your work on this one!
Context
What is the purpose of this PR? Is it to
Please link to any issues this PR addresses.
Changelog
What are the changes made in this PR?
1897
Test plan
Please make sure to do each of the following if applicable to your PR. If you're unsure about any one of these just ask and we will happily help. We also have a contributing page for some guidance on contributing.
pre-commit install
)pytest tests
pytest tests -m integration_test
UX
If your function changed a public API, please add a dummy example of what the user experience will look like when calling it. Here is a docstring example and a tutorial example