Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/checkpoint_converter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ permissions:

jobs:
checkpoint_converter:
if: github.repository_owner == 'volcengine'
runs-on: [L20x8]
timeout-minutes: 20 # Increase this timeout value as needed
env:
Expand Down Expand Up @@ -107,6 +108,7 @@ jobs:
run: |
rm -rf checkpoints
checkpoint_converter_large_moe_models:
if: github.repository_owner == 'volcengine'
runs-on: [L20x8]
timeout-minutes: 30 # Increase this timeout value as needed
env:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cpu_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ permissions:

jobs:
cpu_unit_tests:
if: github.repository_owner == 'volcengine'
runs-on: [L20x8]
timeout-minutes: 20 # Increase this timeout value as needed
env:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/e2e_ascend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ permissions:

jobs:
test:
if: github.repository_owner == 'volcengine'
name: verl Ascend test (self-host)
runs-on: [self-hosted, npu-0]
timeout-minutes: 40 # Increase this timeout value as needed
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/gpu_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ permissions:

jobs:
gpu_unit_tests:
if: github.repository_owner == 'volcengine'
runs-on: [L20x8]
timeout-minutes: 60 # Increase this timeout value as needed
env:
Expand Down
Loading