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

Class GGUFVariant

src/whichllm/models/types.py:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5
6@dataclass
7class GGUFVariant:
8 filename: str
9 quant_type: str # "Q4_K_M", "Q8_0" etc
10 file_size_bytes: int
11
12
13@dataclass

Calls

no outgoing calls