Skip to content
Draft
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/e2e_ascend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ jobs:
- name: Install the current repository
run: |
pip install --no-deps -e .
pip install --upgrade transformers
- name: Check final pip list
run: |
pip list
Expand Down Expand Up @@ -147,6 +148,7 @@ jobs:
- name: Install the current repository
run: |
pip install --no-deps --no-build-isolation -e .
pip install --upgrade transformers
- name: Check final pip list
run: |
pip list
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/e2e_fully_async_policy_ascend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ jobs:
npu-smi info
- name: Check initial pip list from image
run: |
pip install --upgrade transformers
pip list
- name: Checkout verl-project/verl repo
uses: actions/checkout@v4
Expand Down Expand Up @@ -145,6 +146,7 @@ jobs:
npu-smi info
- name: Check initial pip list from image
run: |
pip install --upgrade transformers
pip list
- name: Checkout verl-project/verl repo
uses: actions/checkout@v4
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/e2e_ppo_trainer_megatron_vllm_2_ascend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ jobs:
- name: Install the current repository
run: |
pip install --no-deps -e .
pip install --upgrade transformers
- name: Check final pip list
run: |
pip list
Expand Down Expand Up @@ -191,6 +192,7 @@ jobs:
run: |
pip install --no-deps -e .
pip install trl==0.26.0
pip install --upgrade transformers
- name: Check final pip list
run: |
pip list
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e_ppo_trainer_veomni_vllm_ascend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
pip install -r requirements-npu.txt
pip install --no-deps -e .
pip install veomni==0.1.9a5 --ignore-requires-python --no-deps --index-url https://pypi.org/simple/
pip install transformers==4.57.3
pip install --upgrade transformers
- name: Check final pip list
run: |
pip list
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/e2e_sft_llm_ascend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ jobs:
pip install pandas==2.3.3
pip uninstall -y mbridge
pip install git+https://github.com/ISEEKYAN/mbridge.git@89eb10
pip install --upgrade transformers
- name: Check final pip list
run: |
pip list
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/model_ascend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ jobs:
- name: Install the current repository
run: |
pip install --no-deps -e .[test]
pip install --upgrade transformers
- name: Check final pip list
run: |
pip list
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/npu_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ jobs:
run: |
pip install --no-deps -e .[test]
pip install mlflow pytest-asyncio
pip install --upgrade transformers
- name: Check final pip list
run: |
pip list
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/reward_model_vllm_ascend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:
- name: Install the current repository
run: |
pip install --no-deps -e .[test]
pip install --upgrade transformers
- name: Check final pip list
run: |
pip list
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/vllm_ascend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ jobs:
run: |
pip3 install --no-deps -e .[test]
pip3 install pytest-asyncio
pip install --upgrade transformers
- name: Check final pip list
run: |
pip list
Expand Down
Loading