Skip to content

Commit 616e305

Browse files
committed
fix for ci
Signed-off-by: lbk-sys <[email protected]>
2 parents de1717a + 4ff3ce2 commit 616e305

File tree

80 files changed

+2169
-266
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+2169
-266
lines changed
File renamed without changes.

.github/workflows/.deprecate/e2e_ppo_trainer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
HF_ENDPOINT: "https://hf-mirror.com"
7878
HF_HUB_ENABLE_HF_TRANSFER: "0" # This is more stable
7979
container:
80-
image: verlai/verl:app-verl0.5-transformers4.55.4-sglang0.4.10.post2-mcore0.13.0-te2.2
80+
image: verlai/verl:app-verl0.6-transformers4.56.1-sglang0.5.2-mcore0.13.0-te2.2
8181
options: --gpus all --shm-size=10g
8282
steps:
8383
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -110,7 +110,7 @@ jobs:
110110
HF_ENDPOINT: "https://hf-mirror.com"
111111
HF_HUB_ENABLE_HF_TRANSFER: "0" # This is more stable
112112
container:
113-
image: verlai/verl:app-verl0.5-transformers4.55.4-sglang0.4.10.post2-mcore0.13.0-te2.2
113+
image: verlai/verl:app-verl0.6-transformers4.56.1-sglang0.5.2-mcore0.13.0-te2.2
114114
options: --gpus all --shm-size=10g
115115
steps:
116116
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

.github/workflows/.deprecate/e2e_ppo_trainer_megatron_sglang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ permissions:
7575
contents: read
7676

7777
env:
78-
IMAGE: "verl-ci-cn-beijing.cr.volces.com/verlai/verl:app-verl0.5-transformers4.55.4-sglang0.4.10.post2-mcore0.13.0-te2.2"
78+
IMAGE: "verl-ci-cn-beijing.cr.volces.com/verlai/verl:app-verl0.6-transformers4.56.1-sglang0.5.2-mcore0.13.0-te2.2"
7979
DYNAMIC_RUNNER_ENDPOINT: "https://sd10g3clalm04ug7alq90.apigateway-cn-beijing.volceapi.com/runner"
8080

8181
jobs:

.github/workflows/e2e_spin.yml renamed to .github/workflows/.deprecate/e2e_spin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ permissions:
5353
contents: read
5454

5555
env:
56-
IMAGE: "verl-ci-cn-beijing.cr.volces.com/verlai/verl:app-verl0.5-transformers4.55.4-sglang0.4.10.post2-mcore0.13.0-te2.2"
56+
IMAGE: "verl-ci-cn-beijing.cr.volces.com/verlai/verl:app-verl0.6-transformers4.56.1-sglang0.5.2-mcore0.13.0-te2.2"
5757
DYNAMIC_RUNNER_ENDPOINT: "https://sd10g3clalm04ug7alq90.apigateway-cn-beijing.volceapi.com/runner"
5858

5959
# Cancel jobs on the same ref if a new one is triggered

.github/workflows/e2e_sppo.yml renamed to .github/workflows/.deprecate/e2e_sppo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ concurrency:
5656
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
5757

5858
env:
59-
IMAGE: "verl-ci-cn-beijing.cr.volces.com/verlai/verl:app-verl0.5-transformers4.55.4-sglang0.4.10.post2-mcore0.13.0-te2.2"
59+
IMAGE: "verl-ci-cn-beijing.cr.volces.com/verlai/verl:app-verl0.6-transformers4.56.1-sglang0.5.2-mcore0.13.0-te2.2"
6060
DYNAMIC_RUNNER_ENDPOINT: "https://sd10g3clalm04ug7alq90.apigateway-cn-beijing.volceapi.com/runner"
6161
TRANSFORMERS_VERSION: "4.56.2"
6262

@@ -95,7 +95,7 @@ jobs:
9595
pip3 install -e .[test,gpu,sglang]
9696
- name: Prepare MATH dataset
9797
run: |
98-
python3 examples/data_preprocess/math_dataset.py
98+
python3 examples/data_preprocess/math_dataset.py --local_dataset_path $HOME/models/hf_data/DigitalLearningGmbH/MATH-lighteval
9999
- name: Running the E2E test with the SPPO algorithm
100100
run: |
101101
ray stop --force

.github/workflows/checkpoint_converter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
NO_PROXY: "localhost,127.0.0.1"
8282
HF_HUB_ENABLE_HF_TRANSFER: "0" # This is more stable
8383
container:
84-
image: verlai/verl:app-verl0.5-transformers4.55.4-sglang0.4.10.post2-mcore0.13.0-te2.2
84+
image: verlai/verl:app-verl0.6-transformers4.56.1-sglang0.5.2-mcore0.13.0-te2.2
8585
options: --gpus all --shm-size=10g
8686
steps:
8787
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -116,7 +116,7 @@ jobs:
116116
HF_HUB_ENABLE_HF_TRANSFER: "0" # This is more stable
117117
HF_ENDPOINT: "https://hf-mirror.com"
118118
container:
119-
image: verlai/verl:app-verl0.5-transformers4.55.4-sglang0.4.10.post2-mcore0.13.0-te2.2
119+
image: verlai/verl:app-verl0.6-transformers4.56.1-sglang0.5.2-mcore0.13.0-te2.2
120120
options: --gpus all --shm-size=10g
121121
steps:
122122
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

.github/workflows/e2e_ppo_trainer_megatron_sglang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ permissions:
8686
contents: read
8787

8888
env:
89-
IMAGE: "verl-ci-cn-beijing.cr.volces.com/verlai/verl:app-verl0.5-transformers4.55.4-sglang0.4.10.post2-mcore0.13.0-te2.2"
89+
IMAGE: "verl-ci-cn-beijing.cr.volces.com/verlai/verl:app-verl0.6-transformers4.56.1-sglang0.5.2-mcore0.13.0-te2.2"
9090
DYNAMIC_RUNNER_ENDPOINT: "https://sd10g3clalm04ug7alq90.apigateway-cn-beijing.volceapi.com/runner"
9191

9292
jobs:

.github/workflows/e2e_ppo_trainer_megatron_sglang_2.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ permissions:
8686
contents: read
8787

8888
env:
89-
IMAGE: "verl-ci-cn-beijing.cr.volces.com/verlai/verl:app-verl0.5-transformers4.55.4-sglang0.4.10.post2-mcore0.13.0-te2.2"
89+
IMAGE: "verl-ci-cn-beijing.cr.volces.com/verlai/verl:app-verl0.6-transformers4.56.1-sglang0.5.2-mcore0.13.0-te2.2"
9090
DYNAMIC_RUNNER_ENDPOINT: "https://sd10g3clalm04ug7alq90.apigateway-cn-beijing.volceapi.com/runner"
9191

9292
jobs:
@@ -217,7 +217,6 @@ jobs:
217217
- name: Install the current repository
218218
run: |
219219
pip3 install -e .[test,geo,gpu,sglang] --no-deps
220-
pip install "transformers[hf_xet]==4.54.0"
221220
# Geo3k
222221
- name: Prepare GEO3K dataset
223222
run: |

.github/workflows/e2e_sft.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ permissions:
7070
contents: read
7171

7272
env:
73-
IMAGE: "verl-ci-cn-beijing.cr.volces.com/verlai/verl:app-verl0.5-transformers4.55.4-sglang0.4.10.post2-mcore0.13.0-te2.2"
73+
IMAGE: "verl-ci-cn-beijing.cr.volces.com/verlai/verl:app-verl0.6-transformers4.56.1-sglang0.5.2-mcore0.13.0-te2.2"
7474
DYNAMIC_RUNNER_ENDPOINT: "https://sd10g3clalm04ug7alq90.apigateway-cn-beijing.volceapi.com/runner"
7575

7676
jobs:
@@ -91,7 +91,7 @@ jobs:
9191
e2e_sft:
9292
needs: setup
9393
runs-on: ["${{ needs.setup.outputs.runner-label || 'L20x8' }}"]
94-
timeout-minutes: 20 # Increase this timeout value as needed
94+
timeout-minutes: 25 # Increase this timeout value as needed
9595
env:
9696
HTTP_PROXY: ${{ secrets.PROXY_HTTP }}
9797
HTTPS_PROXY: ${{ secrets.PROXY_HTTPS }}

.github/workflows/gpu_unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
NO_PROXY: "localhost,127.0.0.1"
8181
HF_HUB_ENABLE_HF_TRANSFER: 1
8282
container:
83-
image: verlai/verl:app-verl0.5-transformers4.55.4-sglang0.4.10.post2-mcore0.13.0-te2.2
83+
image: verlai/verl:app-verl0.6-transformers4.56.1-sglang0.5.2-mcore0.13.0-te2.2
8484
options: --gpus all --shm-size=10g
8585
steps:
8686
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)