We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53060af commit 2dc8183Copy full SHA for 2dc8183
python/mlc_chat/compiler/parameter/utils.py
@@ -40,7 +40,6 @@ def quantize(self, name: str, param: "NDArray") -> Optional[Iterator[Tuple[str,
40
The quantized parameters, each with its name, returns None if the parameter is not
41
quantized.
42
"""
43
- name = f".{name}"
44
if name not in self.quantize_map.param_map:
45
return None
46
assert name in self.quantize_map.map_func, f"Quantization function for {name} not found."
0 commit comments