Skip to content

Commit f9201c6

Browse files
loadamsamaurya
authored andcommitted
Pin transformers to 4.45.2 in nv-ds-chat workflow (deepspeedai#6710)
This commit causes breaking changes we need to fix, for now we will pin the version but we will fix shortly huggingface/transformers#33325
1 parent 17b0aa1 commit f9201c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/nv-ds-chat.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
type: string
1313
pull_request:
1414
paths:
15+
- ".github/workflows/nv-ds-chat.yml"
1516
- "deepspeed/runtime/zero/stage_1_and_2.py"
1617
- "deepspeed/runtime/zero/stage3.py"
1718
- "deepspeed/runtime/hybrid_engine.py"
@@ -42,6 +43,7 @@ jobs:
4243
4344
- name: Install deepspeed
4445
run: |
46+
pip install transformers==4.45.2
4547
pip install .[dev]
4648
ds_report
4749

0 commit comments

Comments
 (0)