From 99a1cd53e6253a62d86f1e322e1bcf59bb5e3331 Mon Sep 17 00:00:00 2001 From: Will Cromar Date: Thu, 18 Jan 2024 23:32:21 +0000 Subject: [PATCH] Revert "build CUDA plugin in CI" This reverts commit baf70be0d190495063e0eb78cef60d14f920c41b. --- .circleci/common.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/.circleci/common.sh b/.circleci/common.sh index d58e789bc18..100caced274 100755 --- a/.circleci/common.sh +++ b/.circleci/common.sh @@ -104,7 +104,6 @@ function build_torch_xla() { XLA_DIR=$1 pushd "$XLA_DIR" python setup.py install - pip install plugins/cuda --no-build-isolation -v popd }