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
740f0630
Unverified
Commit
740f0630
authored
Aug 16, 2025
by
Sai Enduri
Committed by
GitHub
Aug 16, 2025
Browse files
Fix Custom All Reduce CI job. (#9258)
parent
81da16f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.github/workflows/pr-test-amd.yml
.github/workflows/pr-test-amd.yml
+2
-2
No files found.
.github/workflows/pr-test-amd.yml
View file @
740f0630
...
...
@@ -302,12 +302,12 @@ jobs:
uses
:
actions/checkout@v4
-
name
:
Start CI container
run
:
bash scripts/amd_ci_start_container.sh
run
:
bash scripts/
ci/
amd_ci_start_container.sh
env
:
GITHUB_WORKSPACE
:
${{ github.workspace }}
-
name
:
Install dependencies
run
:
bash scripts/amd_ci_install_dependency.sh
run
:
bash scripts/
ci/
amd_ci_install_dependency.sh
-
name
:
Run CustomAllReduce test
timeout-minutes
:
20
...
...
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