Skip to content

Commit

Permalink
One more chance Fix torch CI GPU issue
Browse files Browse the repository at this point in the history
  • Loading branch information
VibhuJawa committed Oct 9, 2024
1 parent a88e004 commit 47a39bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/test_gpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ fi
echo "Installing pytorch,transformers and pytest to the environment for crossfit tests..."
mamba install \
cuda-version=$CUDA_VERSION \
"pytorch>=2.0,<=*cuda*"
"pytorch>=2.*=*cuda*"
transformers \
pytest \
sentence-transformers \
Expand Down

0 comments on commit 47a39bc

Please sign in to comment.