File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,8 @@ jobs:
124124 - name : Install the current repository
125125 run : |
126126 pip3 install -r requirements-test.txt
127- pip3 install --no-deps -e .
127+ pip3 uninstall -y verl
128+ pip3 install --no-deps .
128129 pip3 install mbridge
129130 pip3 install math-verify
130131 - name : Prepare GSM8K dataset
Original file line number Diff line number Diff line change @@ -123,7 +123,8 @@ jobs:
123123 - name : Install the current repository
124124 run : |
125125 pip3 install -r requirements-test.txt
126- pip3 install --no-deps -e .
126+ pip3 uninstall -y verl
127+ pip3 install --no-deps .
127128 pip3 install git+https://github.com/NVIDIA-NeMo/Megatron-Bridge.git@550924c --no-deps --no-build-isolation
128129 pip3 install git+https://github.com/NVIDIA/Megatron-LM.git@5455f0a --no-deps --no-build-isolation
129130 pip3 install "nvidia-modelopt[torch]>=0.37.0" transformers==4.57.1
You can’t perform that action at this time.
0 commit comments