Skip to content

Commit a803b53

Browse files
fix typo
1 parent b8ff234 commit a803b53

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

csrc/setup_cuda.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
import paddle
1919
from paddle.utils.cpp_extension import CUDAExtension, setup
20-
import subprocess
20+
2121

2222
def update_git_submodule():
2323
try:
@@ -107,6 +107,8 @@ def get_gencode_flags():
107107
"./gpu/append_attn/decoder_write_cache_with_rope_kernel.cu",
108108
"./gpu/append_attn/speculate_write_cache_with_rope_kernel.cu",
109109
"./gpu/sample_kernels/top_p_sampling_reject.cu",
110+
"./gpu/update_inputs_v2.cu",
111+
"./gpu/set_preids_token_penalty_multi_scores.cu",
110112
"./gpu/speculate_decoding_kernels/ngram_match.cc",
111113
]
112114
sources += find_end_files("./gpu/append_attn/template_instantiation", ".cu")

0 commit comments

Comments
 (0)