Skip to content
This repository was archived by the owner on May 11, 2025. It is now read-only.

Commit 4bb0c02

Browse files
Rename exllama extensions (#4)
1 parent e6398f8 commit 4bb0c02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def get_compute_capabilities():
158158

159159
extensions.append(
160160
CUDAExtension(
161-
"exllama_kernels",
161+
"exl_ext",
162162
[
163163
"awq_ext/exllama/exllama_ext.cpp",
164164
"awq_ext/exllama/cuda_buffers.cu",
@@ -172,7 +172,7 @@ def get_compute_capabilities():
172172
)
173173
extensions.append(
174174
CUDAExtension(
175-
"exllamav2_kernels",
175+
"exlv2_ext",
176176
[
177177
"awq_ext/exllamav2/ext.cpp",
178178
"awq_ext/exllamav2/cuda/q_matrix.cu",

0 commit comments

Comments
 (0)