MCPcopy Create free account
hub / github.com/Icecubesaad/OpenLLM-Studio / formatFileSizeGb

Function formatFileSizeGb

src/components/ModelWizard.tsx:752–754  ·  view source on GitHub ↗
(size: number)

Source from the content-addressed store, hash-verified

750}
751
752function formatFileSizeGb(size: number): string {
753 return `${(size / 1_073_741_824).toFixed(1)} GB`;
754}
755
756function getQuantQualityLabel(quantization: string | null | undefined): string {
757 switch (quantization) {

Callers 1

ModelWizardFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected