You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(compression): enhance view.py to display decoded LUT indices
Add functionality to decode and display LUT indices for compressed
tensor buffers in the model viewer. When viewing compressed models,
buffers containing compressed data now show a "_lut_indices" field
with the decoded indices displayed in a readable multi-line format.
Also improve the numpy array pretty printer to display all values
without ellipsis truncation, making large arrays more readable.
0 commit comments