llama.cpp 模型可视化工具 GGUF Visualizer
GGUF Visualizer
https://marketplace.visualstudio.com/items?itemName=AgainstEntropy.gguf-viz
1. GGUF Visualizer for VS Code (gguf-viz)
This Visual Studio Code extension allows you to visualize a local GGUF file, similar to experience on HuggingFace, but with searching support.
1.1. Features
- Visualizing metadata and tensor infos (name, shape, and quantization type) of a local GGUF file.
- Searching and filtering key word from metadata key/value and tensor name/shape/quantization type.
1.2. Extension Settings
This extension contributes the following settings:
gguf-viz.maxArrayElements
: Maximum number of elements to display in an array. Default to 10.
References
[1] Yongqiang Cheng, https://yongqiang.blog.csdn.net/
[2] huggingface/gguf, https://github.com/huggingface/huggingface.js/tree/main/packages/gguf
[3] gguf-viz (GGUF Visualizer for VS Code), https://github.com/AgainstEntropy/vscode-gguf-viz