Skip to content

Commit

Permalink
Enable CUDA on CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
ysiraichi committed Dec 8, 2023
1 parent 467c18f commit 1f699fa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1f699fa

Please sign in to comment.