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
58fa6076
"...en/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "9b834f871029f83391f9ae1c262f4b6882c594a5"
Unverified
Commit
58fa6076
authored
Sep 01, 2024
by
Lianmin Zheng
Committed by
GitHub
Sep 01, 2024
Browse files
Fix the flaky tests in test_moe_eval_accuracy_large.py (#1293)
parent
6487ef64
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
test/srt/test_moe_eval_accuracy_large.py
test/srt/test_moe_eval_accuracy_large.py
+1
-1
No files found.
test/srt/test_moe_eval_accuracy_large.py
View file @
58fa6076
...
@@ -54,7 +54,7 @@ class TestEvalAccuracyLarge(unittest.TestCase):
...
@@ -54,7 +54,7 @@ class TestEvalAccuracyLarge(unittest.TestCase):
)
)
metrics
=
run_eval
(
args
)
metrics
=
run_eval
(
args
)
assert
metrics
[
"score"
]
>=
0.4
3
,
f
"
{
metrics
}
"
assert
metrics
[
"score"
]
>=
0.4
2
,
f
"
{
metrics
}
"
def
test_mgsm_en
(
self
):
def
test_mgsm_en
(
self
):
args
=
SimpleNamespace
(
args
=
SimpleNamespace
(
...
...
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