-
Notifications
You must be signed in to change notification settings - Fork 309
Disable DINO quantisation checks #2397
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
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.
Code Review
This pull request disables quantization checks for the DINOV2 backbone tests. While the change is straightforward, the pull request lacks a description and the code changes do not include comments explaining why this is necessary. Disabling tests without an explanation can create technical debt and make future maintenance more difficult. I have added suggestions to include comments in the code to document the reason for this change.
JyotinderSingh
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.
Thanks for the temporary fix!
|
Merging it, to cherry-pick and run the tests in release branch. |
* Fixes (#2395) * Adding fixes * Adding fixes * Adding Fixes * patch release * Disable DINO quantisation checks (#2397) --------- Co-authored-by: Suhana <[email protected]> Co-authored-by: Abheesht <[email protected]>
Temporarily disabling DINO quantisation checks to unblock VaultGemma release