MCPcopy
hub / github.com/Andyyyy64/whichllm / _gguf

Function _gguf

tests/test_r3_regressions.py:60–65  ·  view source on GitHub ↗
(quant: str, size_gb: float)

Source from the content-addressed store, hash-verified

58
59
60def _gguf(quant: str, size_gb: float) -> GGUFVariant:
61 return GGUFVariant(
62 filename=f"model-{quant}.gguf",
63 quant_type=quant,
64 file_size_bytes=int(size_gb * 1e9),
65 )
66
67
68# ------------------------------------------------------------------ R3-1

Calls 1

GGUFVariantClass · 0.90

Tested by

no test coverage detected