mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-07-27 15:47:17 +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(
|
ops.def(
|
||||||
"copy_subranges(Tensor matrix_src, Tensor matrix_diff, Tensor! "
|
"copy_subranges(Tensor matrix_src, Tensor matrix_diff, Tensor! "
|
||||||
"matrix_tgt, "
|
"matrix_tgt, int n) -> ()");
|
||||||
"int n) -> ()");
|
|
||||||
ops.impl("copy_subranges", torch::kCUDA, ©_subranges);
|
ops.impl("copy_subranges", torch::kCUDA, ©_subranges);
|
||||||
|
|
||||||
// Layernorm
|
// Layernorm
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user