Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
a5322254
Unverified
Commit
a5322254
authored
Apr 18, 2024
by
Shoichi Uchinami
Committed by
GitHub
Apr 17, 2024
Browse files
[Kernel] Add punica dimension for Swallow-MS-7B LoRA (#4134)
parent
fe3b5bbc
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
csrc/punica/bgmv/bgmv_config.h
csrc/punica/bgmv/bgmv_config.h
+1
-0
tests/lora/test_punica.py
tests/lora/test_punica.py
+1
-0
No files found.
csrc/punica/bgmv/bgmv_config.h
View file @
a5322254
...
@@ -60,6 +60,7 @@ void bgmv_kernel(out_T *__restrict__ Y, const in_T *__restrict__ X,
...
@@ -60,6 +60,7 @@ void bgmv_kernel(out_T *__restrict__ Y, const in_T *__restrict__ X,
f(in_T, out_T, W_T, narrow, 32768) \
f(in_T, out_T, W_T, narrow, 32768) \
f(in_T, out_T, W_T, narrow, 33024) \
f(in_T, out_T, W_T, narrow, 33024) \
f(in_T, out_T, W_T, narrow, 36864) \
f(in_T, out_T, W_T, narrow, 36864) \
f(in_T, out_T, W_T, narrow, 43264) \
f(in_T, out_T, W_T, narrow, 49152) \
f(in_T, out_T, W_T, narrow, 49152) \
f(in_T, out_T, W_T, narrow, 64000) \
f(in_T, out_T, W_T, narrow, 64000) \
f(in_T, out_T, W_T, narrow, 64256) \
f(in_T, out_T, W_T, narrow, 64256) \
...
...
tests/lora/test_punica.py
View file @
a5322254
...
@@ -82,6 +82,7 @@ H1 = H2 = [
...
@@ -82,6 +82,7 @@ H1 = H2 = [
32768
,
32768
,
33024
,
33024
,
36864
,
36864
,
43264
,
49152
,
49152
,
64000
,
64000
,
64256
,
64256
,
...
...
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