mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-04-16 01:17:10 +08:00
Use default
Signed-off-by: Woosuk Kwon <woosuk.kwon@berkeley.edu>
This commit is contained in:
parent
0a669eed7b
commit
ee965c9c69
@ -256,8 +256,8 @@ def copy_subranges(
|
||||
tgt_matrix: torch.Tensor,
|
||||
num_subranges: int,
|
||||
) -> None:
|
||||
torch.ops._C.copy_subranges(src_matrix, diff_matrix, tgt_matrix,
|
||||
num_subranges)
|
||||
torch.ops._C.copy_subranges.default(src_matrix, diff_matrix, tgt_matrix,
|
||||
num_subranges)
|
||||
|
||||
|
||||
# fused quant layer norm ops
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user