Skip to content

Commit

Permalink
[Kernel] Add punica dimension for Swallow-MS-7B LoRA (vllm-project#4134)
Browse files Browse the repository at this point in the history
  • Loading branch information
ucciicci authored Apr 17, 2024
1 parent fe3b5bb commit a532225
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions csrc/punica/bgmv/bgmv_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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, 33024) \
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, 64000) \
f(in_T, out_T, W_T, narrow, 64256) \
Expand Down
1 change: 1 addition & 0 deletions tests/lora/test_punica.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ def _lora_ref_impl(
32768,
33024,
36864,
43264,
49152,
64000,
64256,
Expand Down

0 comments on commit a532225

Please sign in to comment.