mirror of
https://github.com/vllm-project/vllm.git
synced 2025-10-20 14:53:52 +08:00
This commit is contained in:
committed by
GitHub
parent
6db94571d7
commit
b5269db959
@ -115,10 +115,6 @@ class MarlinLinearKernel(MPLinearKernel):
|
||||
layer: torch.nn.Module,
|
||||
x: torch.Tensor,
|
||||
bias: Optional[torch.Tensor] = None) -> torch.Tensor:
|
||||
# marlin requires contiguous memory layout
|
||||
# prefix caching may cause x to be non-contiguous
|
||||
x = x.contiguous() # no-op if already contiguous
|
||||
|
||||
c = self.config
|
||||
w_q, w_s, w_zp, w_gidx = self._get_weight_params(layer)
|
||||
|
||||
|
Reference in New Issue
Block a user