Skip to content

feat: show approximate disk space usage#304

Merged
AlexsJones merged 1 commit intoAlexsJones:mainfrom
maskedsyntax:feat/disk-space-estimate
Apr 6, 2026
Merged

feat: show approximate disk space usage#304
AlexsJones merged 1 commit intoAlexsJones:mainfrom
maskedsyntax:feat/disk-space-estimate

Conversation

@maskedsyntax
Copy link
Copy Markdown
Contributor

closes #134

adds an estimated disk size for models based on parameter count and quantization level (params * bytes_per_param). shows up in:

  • TUI table as a "Disk" column (at the selected best_quant)
  • detail view with a per-quant breakdown so you can see sizes across Q8_0, Q6_K, Q5_K_M, etc.
  • both compare views (two-model and multi-compare)
  • CLI info output under resource requirements
  • JSON output as disk_size_gb

the math uses the existing quant_bpp() function so the estimates stay consistent with how memory is already calculated.

add estimate_disk_gb() to LlmModel based on params * bytes_per_param.
disk size shows up in the TUI table, detail view (with a per-quant
breakdown), both compare views, CLI detail, and JSON output.
@AlexsJones AlexsJones merged commit 32c835b into AlexsJones:main Apr 6, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[feature request] show approximate disk space usage

2 participants