Skip to content

[CI]add rl to ci #10553

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 18 commits into from
May 13, 2025
Prev Previous commit
Next Next commit
fix
  • Loading branch information
Liujie0926 committed May 9, 2025
commit 3e2b49bc27a7bb8f0a03a1f0dce62f5f31542eb3
1 change: 1 addition & 0 deletions scripts/regression/run_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ install_external_ops(){
cd ${nlp_dir}/slm/model_zoo/gpt-3/external_ops
python setup.py install
python -c "import fused_ln;";
cd ${nlp_dir}
}
####################################
# get diff case
Expand Down
Loading