Skip to content

Commit

Permalink
Rename exllama extensions (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
casper-hansen authored Jan 21, 2024
1 parent e6398f8 commit 4bb0c02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def get_compute_capabilities():

extensions.append(
CUDAExtension(
"exllama_kernels",
"exl_ext",
[
"awq_ext/exllama/exllama_ext.cpp",
"awq_ext/exllama/cuda_buffers.cu",
Expand All @@ -172,7 +172,7 @@ def get_compute_capabilities():
)
extensions.append(
CUDAExtension(
"exllamav2_kernels",
"exlv2_ext",
[
"awq_ext/exllamav2/ext.cpp",
"awq_ext/exllamav2/cuda/q_matrix.cu",
Expand Down

0 comments on commit 4bb0c02

Please sign in to comment.