Skip to content

Commit f6c2b8f

Browse files
[llm] Fix Q8_0 quant without offset.
1 parent 299ff3a commit f6c2b8f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llm/turbine_llm/types/layouts.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ def create(
9090
def planes(self) -> dict[str, torch.Tensor]:
9191
p = {
9292
"d": self._d,
93-
"m": self._m,
9493
"qs": self._qs,
9594
}
9695
if self._m is not None:

0 commit comments

Comments
 (0)