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
62a7aa2e
"tests/vscode:/vscode.git/clone" did not exist on "4dfe7547e8addbba6dd1e2c6eb56251dfb435314"
Unverified
Commit
62a7aa2e
authored
Jun 16, 2025
by
Sai Enduri
Committed by
GitHub
Jun 16, 2025
Browse files
Update CI flakes. (#7244)
parent
5ca07eed
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
26 deletions
+2
-26
.github/workflows/pr-test-amd.yml
.github/workflows/pr-test-amd.yml
+1
-25
test/srt/test_bench_serving.py
test/srt/test_bench_serving.py
+1
-1
No files found.
.github/workflows/pr-test-amd.yml
View file @
62a7aa2e
...
...
@@ -46,7 +46,7 @@ jobs:
-
name
:
Evaluate Accuracy
timeout-minutes
:
30
run
:
|
bash scripts/amd_ci_exec.sh python3 test_eval_accuracy_large.py
bash scripts/amd_ci_exec.sh
-e SGLANG_USE_AITER=0
python3 test_eval_accuracy_large.py
bash scripts/amd_ci_exec.sh python3 test_eval_fp8_accuracy.py
bash scripts/amd_ci_exec.sh python3 models/test_qwen_models.py
...
...
@@ -266,30 +266,6 @@ jobs:
run
:
|
bash scripts/amd_ci_exec.sh python3 run_suite.py --suite per-commit-2-gpu-amd
unit-test-backend-4-gpu-amd
:
if
:
(github.repository == 'sgl-project/sglang' || github.event_name == 'pull_request') &&
github.event.pull_request.draft ==
false
strategy
:
matrix
:
runner
:
[
linux-mi300-gpu-4
]
runs-on
:
${{matrix.runner}}
steps
:
-
name
:
Checkout code
uses
:
actions/checkout@v4
-
name
:
Start CI container
run
:
bash scripts/amd_ci_start_container.sh
env
:
GITHUB_WORKSPACE
:
${{ github.workspace }}
-
name
:
Install dependencies
run
:
bash scripts/amd_ci_install_dependency.sh
-
name
:
Run test
timeout-minutes
:
40
run
:
|
bash scripts/amd_ci_exec.sh python3 run_suite.py --suite per-commit-4-gpu-amd
unit-test-backend-8-gpu-amd
:
if
:
(github.repository == 'sgl-project/sglang' || github.event_name == 'pull_request') &&
github.event.pull_request.draft ==
false
...
...
test/srt/test_bench_serving.py
View file @
62a7aa2e
...
...
@@ -31,7 +31,7 @@ class TestBenchServing(CustomTestCase):
f
'Output throughput:
{
res
[
"output_throughput"
]:.
2
f
}
token/s
\n
'
)
if
is_in_amd_ci
():
self
.
assertGreater
(
res
[
"output_throughput"
],
3
1
50
)
self
.
assertGreater
(
res
[
"output_throughput"
],
3
0
50
)
else
:
self
.
assertGreater
(
res
[
"output_throughput"
],
3800
)
...
...
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