Fix Custom All Reduce CI job. (#9258)
This commit is contained in:
4
.github/workflows/pr-test-amd.yml
vendored
4
.github/workflows/pr-test-amd.yml
vendored
@@ -302,12 +302,12 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Start CI container
|
- name: Start CI container
|
||||||
run: bash scripts/amd_ci_start_container.sh
|
run: bash scripts/ci/amd_ci_start_container.sh
|
||||||
env:
|
env:
|
||||||
GITHUB_WORKSPACE: ${{ github.workspace }}
|
GITHUB_WORKSPACE: ${{ github.workspace }}
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: bash scripts/amd_ci_install_dependency.sh
|
run: bash scripts/ci/amd_ci_install_dependency.sh
|
||||||
|
|
||||||
- name: Run CustomAllReduce test
|
- name: Run CustomAllReduce test
|
||||||
timeout-minutes: 20
|
timeout-minutes: 20
|
||||||
|
|||||||
Reference in New Issue
Block a user