From 1f699fa9393efd09c143f23a13b6dbf4ca25c5ea Mon Sep 17 00:00:00 2001 From: Yukio Siraichi Date: Fri, 8 Dec 2023 11:35:13 -0300 Subject: [PATCH] Enable CUDA on CI. --- .circleci/build.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.circleci/build.sh b/.circleci/build.sh index 68e81a5436c..8db3598f216 100755 --- a/.circleci/build.sh +++ b/.circleci/build.sh @@ -41,8 +41,7 @@ apply_patches python -c "import fcntl; fcntl.fcntl(1, fcntl.F_SETFL, 0)" -# We always build PyTorch without CUDA support. -export USE_CUDA=0 +export USE_CUDA=1 python setup.py install sccache --show-stats