Skip to content

Commit

Permalink
Temporarily compile PyTorch with CUDA support.
Browse files Browse the repository at this point in the history
  • Loading branch information
ysiraichi committed Dec 14, 2023
1 parent f1c1703 commit ec3f374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,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 ec3f374

Please sign in to comment.