mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-03-29 04:13:36 +08:00
Minor
Signed-off-by: Woosuk Kwon <woosuk.kwon@berkeley.edu>
This commit is contained in:
parent
03b1e6fdbd
commit
0a669eed7b
@ -104,8 +104,7 @@ TORCH_LIBRARY_EXPAND(TORCH_EXTENSION_NAME, ops) {
|
||||
|
||||
ops.def(
|
||||
"copy_subranges(Tensor matrix_src, Tensor matrix_diff, Tensor! "
|
||||
"matrix_tgt, "
|
||||
"int n) -> ()");
|
||||
"matrix_tgt, int n) -> ()");
|
||||
ops.impl("copy_subranges", torch::kCUDA, ©_subranges);
|
||||
|
||||
// Layernorm
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user