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 Jan 11, 2024
1 parent 0e735de commit 7a373d6
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 7a373d6

Please sign in to comment.