From 1d6e6ca557155cc5a85535abf4a4f08193a064b8 Mon Sep 17 00:00:00 2001 From: Vibhu Jawa Date: Tue, 8 Oct 2024 21:06:07 -0700 Subject: [PATCH] Fix typo --- ci/test_gpu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/test_gpu.sh b/ci/test_gpu.sh index 9da821b..6523110 100755 --- a/ci/test_gpu.sh +++ b/ci/test_gpu.sh @@ -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.*=*cuda*" + "pytorch>=2.*=*cuda*" \ transformers \ pytest \ sentence-transformers \