-
Notifications
You must be signed in to change notification settings - Fork 67
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
Helper function to reload a quantized state_dict #164
Helper function to reload a quantized state_dict #164
Conversation
@ManoBharathi93 your pull-request is not exactly aligned with the contributions guidelines. What I suggest for requantize tests is that you simply extract |
@dacorvo I have loaded Can i skip cuda using pytest.mark.skip_device ? coz it's passes the test case on cpu. ================================================================================================ short test summary info ================================================================================================ `` |
@dacorvo , can you check my changes please. |
Please rebase your branch, then make sure it follows the contributing guidelines: the CI fails even before running the tests. |
Also, as I said before please do not cc all the tests from |
Okay I will modify in the new commit |
@dacorvo, Added test for MLP and serialize_quantized_mlp only and removed rest of the tests |
Commit messages: |
If you just want to reword your commits, rebase iteratively from the root of your branch:
In the editor, select r or reword in front of the guilty commits, save and exit.
|
It means, red flagged commits needs to rename as fix: added_requantize,... ? |
They should all start with an allowed prefix, whose list is here: |
Alternatively, you can squash all your commits into one clean commit an rephrase it to |
|
I see this may be the first time you use this git feature. As I said, you could just squash them all (select s), and use a single commit message. Anyway, with reword what you edited on the first page will be ignored unfortunately, and git will ask you again for each commit (because on the first page it is just the commit titles). |
|
ah yes, the first one must stay if you squash (p for the first one, s for the others) |
@dacorvo , Thanks for your patience and helping me, it takes some time to understand for me.. Now kindly check this PR. |
@dacorvo do I missed something ? I have been waiting for your comments..test cases passed |
Patience is the key ... you must understand that:
Also, please credit @calmitchell617 in your commit message because you basically cced his branch. |
Credits:@calmitchell617 with help of his work I made this PR Thanks 😊 . |
@calmitchell617 work has to be merged since I reuse his code with some extra test case I am closing this pr. |
@ManoBharathi93 thank you for acknowledging this. I have other issues that require help if you want to contribute. |
😊 absolutely. |
issue number: #162