Skip to content

Commit

Permalink
unpin datasets in UT (#4079)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrwyattii committed Aug 2, 2023
1 parent 94c7233 commit a7fe3bc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/nv-transformers-v100.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ jobs:
pip install .[testing]
# find reqs used in ds integration tests
find examples/pytorch -regextype posix-egrep -regex '.*(language-modeling|question-answering|summarization|image-classification|text-classification|translation).*/requirements.txt' -exec grep -v 'torch' {} \; | xargs -I {} pip install --upgrade {}
# force datasets version due to issues
pip install datasets==2.2.2
# force protobuf version due to issues
pip install "protobuf<4.21.0"
pip list
Expand Down

0 comments on commit a7fe3bc

Please sign in to comment.