Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gzy19990617 committed Sep 20, 2024
1 parent 907ad20 commit e6585ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csrc/setup_cuda.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def get_gencode_flags():
"./gpu/dequant_int8.cu",
"./gpu/flash_attn_bwd.cc",
"./gpu/tune_cublaslt_gemm.cu",
"./gpu/sample_kernels/top_p_sampling_reject",
"./gpu/sample_kernels/top_p_sampling_reject.cu",
]

cutlass_dir = "third_party/cutlass"
Expand Down

0 comments on commit e6585ec

Please sign in to comment.