Unverified Commit 4bb0c022 authored by Casper's avatar Casper Committed by GitHub
Browse files

Rename exllama extensions (#4)

parent e6398f88
...@@ -158,7 +158,7 @@ extensions = [ ...@@ -158,7 +158,7 @@ extensions = [
extensions.append( extensions.append(
CUDAExtension( CUDAExtension(
"exllama_kernels", "exl_ext",
[ [
"awq_ext/exllama/exllama_ext.cpp", "awq_ext/exllama/exllama_ext.cpp",
"awq_ext/exllama/cuda_buffers.cu", "awq_ext/exllama/cuda_buffers.cu",
...@@ -172,7 +172,7 @@ extensions.append( ...@@ -172,7 +172,7 @@ extensions.append(
) )
extensions.append( extensions.append(
CUDAExtension( CUDAExtension(
"exllamav2_kernels", "exlv2_ext",
[ [
"awq_ext/exllamav2/ext.cpp", "awq_ext/exllamav2/ext.cpp",
"awq_ext/exllamav2/cuda/q_matrix.cu", "awq_ext/exllamav2/cuda/q_matrix.cu",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment