Skip to content

Commit

Permalink
Merge branch 'main' into wpo
Browse files Browse the repository at this point in the history
  • Loading branch information
kashif authored Oct 8, 2024
2 parents 8a0362d + adb3e05 commit 8b19191
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
# install transformers from source
pip install -U git+https://github.com/huggingface/transformers.git
# cpu version of pytorch
pip install .[test]
- name: Test with pytest
Expand Down

0 comments on commit 8b19191

Please sign in to comment.