Skip to content

Commit

Permalink
Update pytorch-schema.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lutzroeder committed Oct 30, 2024
1 parent 3b1def8 commit a766f69
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/pytorch-schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,8 @@ executorch_flatbuffer.ScalarType = {
QUINT8: 13,
QINT32: 14,
QUINT4X2: 16,
QUINT2X4: 17
QUINT2X4: 17,
BITS16: 22
};

executorch_flatbuffer.ContainerMetadata = class ContainerMetadata {
Expand Down

0 comments on commit a766f69

Please sign in to comment.