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
137e8a16
Commit
137e8a16
authored
Nov 15, 2024
by
王敏
Browse files
[fix]修复单测test_punica_variation报共享内存不足的问题
parent
9736caa9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/lora/test_punica_variation.py
tests/lora/test_punica_variation.py
+1
-1
No files found.
tests/lora/test_punica_variation.py
View file @
137e8a16
...
...
@@ -20,7 +20,7 @@ from vllm.utils import seed_everything
from
.utils
import
(
generate_data
,
generate_data_for_expand_nslices
,
ref_torch_groupgemm
)
HIDDEN_SIZES
=
[
4097
]
HIDDEN_SIZES
=
[
1024
]
BATCHES
=
[
1
,
4
,
16
,
32
]
NUM_LORA
=
[
1
,
8
,
32
,
128
]
...
...
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