GGUF Visualizer: VS Code extension for visualizing GGUF files
GGUF Visualizer: VS Code extension for visualizing GGUF files

GGUF Visualizer: VS Code extension for visualizing GGUF files

Published
October 28, 2024
Tags
VSCode
Extension
Tools
JavaScript
TypeScript
vscode-gguf-viz
AgainstEntropy β€’ Updated Oct 29, 2024
Β 
This Visual Studio Code extension allows you to visualize a local GGUF file, similar to experience on HuggingFace, but with searching support.

Features

  • Visualizing metadata and tensor infos (name, shape, and quantization type) of a local GGUF file.
    • notion image
  • Searching and filtering key word from metadata key/value and tensor name/shape/quantization type.
    • notion image

Extension Settings

This extension contributes the following settings:
  • gguf-viz.maxArrayElements: Maximum number of elements to display in an array. Default to 10.

Acknowledgment

Source code


Enjoy!
notion image