Skip to content

Commit

Permalink
Add hybrid_engine.py as path to trigger the DS-Chat GH workflow (#5562)
Browse files Browse the repository at this point in the history
This PR updates the `nv-ds-chat` GitHub workflow to include
`hybrid_engine.py` file in the path. This is done to ensure testing on
the DS-Chat flow is done whenever any changes are made to the Hybrid
Engine.
  • Loading branch information
lekurile committed May 23, 2024
1 parent f86824b commit 3a3a6db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nv-ds-chat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
paths:
- "deepspeed/runtime/zero/stage_1_and_2.py"
- "deepspeed/runtime/zero/stage3.py"
- "deepspeed/runtime/hybrid_engine.py"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 3a3a6db

Please sign in to comment.