Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
AutoAWQ_kernels
Commits
4bb0c022
Unverified
Commit
4bb0c022
authored
Jan 21, 2024
by
Casper
Committed by
GitHub
Jan 21, 2024
Browse files
Rename exllama extensions (#4)
parent
e6398f88
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
setup.py
setup.py
+2
-2
No files found.
setup.py
View file @
4bb0c022
...
...
@@ -158,7 +158,7 @@ extensions = [
extensions
.
append
(
CUDAExtension
(
"exl
lama_kernels
"
,
"exl
_ext
"
,
[
"awq_ext/exllama/exllama_ext.cpp"
,
"awq_ext/exllama/cuda_buffers.cu"
,
...
...
@@ -172,7 +172,7 @@ extensions.append(
)
extensions
.
append
(
CUDAExtension
(
"exl
lamav2_kernels
"
,
"exl
v2_ext
"
,
[
"awq_ext/exllamav2/ext.cpp"
,
"awq_ext/exllamav2/cuda/q_matrix.cu"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment