Skip to content
Closed
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
1 change: 1 addition & 0 deletions .github/workflows/hpu-gaudi2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ jobs:
run: |
git clone https://github.com/huggingface/transformers
cd transformers
git checkout v4.44.2 # Pin to specific version before we can update torch version to 2.4+ for nn.RMSNorm
git rev-parse --short HEAD
pip install .

Expand Down