MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / UnquantizedDataType

Class UnquantizedDataType

convert.py:59–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57
58@dataclass(frozen=True)
59class UnquantizedDataType(DataType):
60 pass
61
62DT_F16 = UnquantizedDataType('F16', dtype = np.dtype(np.float16), valid_conversions = ['F32', 'Q8_0'])
63DT_F32 = UnquantizedDataType('F32', dtype = np.dtype(np.float32), valid_conversions = ['F16', 'Q8_0'])

Callers 1

convert.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected