Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
verl
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ZhangXiaoyun
verl
Commits
ff0c7ccd
Unverified
Commit
ff0c7ccd
authored
Jan 17, 2025
by
Guangming Sheng
Committed by
GitHub
Jan 17, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ci] fix: add force stop in ray e2e ci to clean env (#112)
- As titled
parent
d0152e18
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
1 deletions
+7
-1
.github/workflows/e2e_digit_completion.yml
+1
-0
.github/workflows/e2e_gsm8k.yml
+5
-0
.github/workflows/model.yml
+1
-1
No files found.
.github/workflows/e2e_digit_completion.yml
View file @
ff0c7ccd
...
...
@@ -37,4 +37,5 @@ jobs:
pip3 install -e .[test]
-
name
:
Running digit completon e2e training tests on 8 L20 GPUs
run
:
|
ray stop --force
bash tests/e2e/run_ray_trainer.sh
.github/workflows/e2e_gsm8k.yml
View file @
ff0c7ccd
...
...
@@ -37,16 +37,21 @@ jobs:
pip3 install -e .[test]
-
name
:
Prepare gsm8k dataset
run
:
|
ray stop --force
python3 examples/data_preprocess/gsm8k.py
-
name
:
Running gsm8k e2e training tests on 8 L20 GPUs with rmpad using function rm
run
:
|
ray stop --force
bash tests/e2e/run_qwen_gsm8k_function_rm.sh
-
name
:
Running gsm8k e2e without rmpad using function rm
run
:
|
ray stop --force
bash tests/e2e/run_qwen_gsm8k_function_rm_no_rmpad.sh
-
name
:
Running gsm8k e2e with rmpad using model rm
run
:
|
ray stop --force
bash tests/e2e/run_qwen_gsm8k_model_rm.sh
-
name
:
Running gsm8k e2e without rmpad using model rm
run
:
|
ray stop --force
bash tests/e2e/run_qwen_gsm8k_model_rm_no_rmpad.sh
.github/workflows/model.yml
View file @
ff0c7ccd
...
...
@@ -17,7 +17,7 @@ on:
-
.github/workflows/model.yml
jobs
:
e2e_gpu
:
model_rmpad
:
runs-on
:
[
self-hosted
,
l20-1
]
env
:
HTTP_PROXY
:
${{ secrets.PROXY_HTTP }}
...
...
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