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
54b92ba4
Commit
54b92ba4
authored
Dec 10, 2024
by
zhuwenwen
Browse files
update tests
parent
f8382145
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/core/block/e2e/test_correctness_sliding_window.py
tests/core/block/e2e/test_correctness_sliding_window.py
+1
-1
No files found.
tests/core/block/e2e/test_correctness_sliding_window.py
View file @
54b92ba4
...
@@ -7,7 +7,7 @@ import os
...
@@ -7,7 +7,7 @@ import os
from
vllm
import
LLM
,
SamplingParams
from
vllm
import
LLM
,
SamplingParams
from
.conftest
import
get_text_from_llm_generator
from
.conftest
import
get_text_from_llm_generator
from
...utils
import
models_path_prefix
from
...
.
utils
import
models_path_prefix
# relatively small model with 4k sliding window
# relatively small model with 4k sliding window
MODEL
=
os
.
path
.
join
(
models_path_prefix
,
"bigcode/starcoder2-3b"
)
MODEL
=
os
.
path
.
join
(
models_path_prefix
,
"bigcode/starcoder2-3b"
)
...
...
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