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
change
sglang
Commits
46e9d1c7
"...git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "c891330f7966fae4aec27962e243a1432d0dc6b5"
Unverified
Commit
46e9d1c7
authored
Aug 01, 2025
by
Lifu Huang
Committed by
GitHub
Aug 01, 2025
Browse files
Increase tolerance to address CI failures (#8643)
parent
6c88f6c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
test/srt/models/test_generation_models.py
test/srt/models/test_generation_models.py
+1
-1
No files found.
test/srt/models/test_generation_models.py
View file @
46e9d1c7
...
@@ -42,7 +42,7 @@ class ModelCase:
...
@@ -42,7 +42,7 @@ class ModelCase:
model_path
:
str
model_path
:
str
tp_size
:
int
=
1
tp_size
:
int
=
1
prefill_tolerance
:
float
=
5e-2
prefill_tolerance
:
float
=
5e-2
decode_tolerance
:
float
=
5
e-2
decode_tolerance
:
float
=
6
e-2
# Increased to fix numerical error in issue #8614.
rouge_l_tolerance
:
float
=
1
rouge_l_tolerance
:
float
=
1
skip_long_prompt
:
bool
=
False
skip_long_prompt
:
bool
=
False
trust_remote_code
:
bool
=
False
trust_remote_code
:
bool
=
False
...
...
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