-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Merging hashes #2181
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
base: main
Are you sure you want to change the base?
Merging hashes #2181
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.
Pull request overview
This PR consolidates model hashes by migrating three hash values from VSC_MODEL_HASHES_B to VSC_MODEL_HASHES_A, effectively merging the model categories.
Key Changes
- Three hash strings (lines 24-26) moved from
VSC_MODEL_HASHES_Barray toVSC_MODEL_HASHES_Aarray VSC_MODEL_HASHES_Bredefined as an array containing only an empty string- Model identification logic remains unchanged
| const VSC_MODEL_HASHES_B = [ | ||
|
|
||
| ]; |
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.
Please leave a comment as to why this is empty.
Also I recommend adding it like this:
const VSC_MODEL_HASHES_B : string[] = [];
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.
done
682be13 to
f935c00
Compare
Moving model B hashes to Model A.