MCPcopy Index your code
hub / github.com/microsoft/BitNet / UnquantizedDataType

Class UnquantizedDataType

utils/convert.py:68–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66
67@dataclass(frozen=True)
68class UnquantizedDataType(DataType):
69 pass
70
71
72DT_F16 = UnquantizedDataType('F16', dtype = np.dtype(np.float16), valid_conversions = ['F32', 'Q8_0'])

Callers 1

convert.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected