User Guide

Getting Started

  1. Go to the home page
  2. Drag and drop your .gguf file onto the drop zone, or click to browse
  3. Wait a moment while GGUF Inspector reads the file metadata
  4. Explore the four tabs: Overview, Tensors, Quantization, and Architecture

Understanding the Tabs

Overview

Shows a summary of your model:

Below the summary, you'll find a complete metadata table with all key-value pairs stored in the file.

Tensors

A detailed table of all tensors in the model:

Use the filter dropdown and search box to find specific tensors.

Quantization

Visualizations and statistics about quantization:

Architecture

A hierarchical tree view of tensor names. Click to expand/collapse sections and explore the model's structure.

What is GGUF?

GGUF (GPT-Generated Unified Format) is a file format for storing large language models. It's used by:

GGUF files contain:

Understanding Quantization

Quantization reduces model size by storing weights in lower precision. Common types:

Lower bit counts = smaller files, faster inference, but potentially lower quality. Most users prefer Q4_K or Q5_K for a good balance.

FAQ

Is my file uploaded to a server?

No! GGUF Inspector is 100% client-side. All processing happens in your browser using the Web File API. Your files never leave your device.

Can I inspect large files (100GB+)?

Yes! GGUF Inspector only reads the header and metadata sections (first ~10-30 MB) using File.slice(). It never loads the full file into memory, so even massive models can be inspected instantly.

What browsers are supported?

Any modern browser with File API support: Chrome, Firefox, Safari, Edge. Mobile browsers work too!

Why doesn't my file load?

Make sure it's a valid .gguf file. Corrupted or incompatible files will show an error. If you believe it's a bug, please contact us.

Can I analyze multiple files at once?

Not yet, but this feature is planned! For now, analyze one file at a time and use the "Analyze Another File" button to switch.

Need Help?

If you have questions or encounter issues, reach out:

Email: nullkit.dev@outlook.com