-
Notifications
You must be signed in to change notification settings - Fork 159
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
[nnpackage] Update circle schema #13930
Conversation
New types are renamed to |
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.
LGTM
4f10d75
to
d882cf3
Compare
@SlavikMIPT Please check weight compression |
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.
LGTM, thank you
@seanshpark @glistening PTAL |
nnpackage/schema/circle_schema.fbs
Outdated
@@ -221,6 +230,12 @@ table VariantSubType { | |||
has_rank: bool = false; | |||
} | |||
|
|||
enum CompressionType : byte { | |||
NONE = 0, | |||
//Huffman encoding only |
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.
//Huffman encoding only | |
// Huffman encoding only |
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.
this comment seems unnecessary as it explains there is only Huffman ...
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.
I'll remove this comment
This commit updates circle schema to 0.9 - Introduce GGML_Q{X}_{Y} types for ggml block quantization - Introduce weight compression type and option ONE-DCO-1.0-Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
d882cf3
to
c7fd4db
Compare
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.
LGTM
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.
LGTM
This commit updates circle schema to 0.9
Related issue: #13743 #13521