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 22, 2024
1 parent a7918a7 commit 47119da
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 47119da

Please sign in to comment.