Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jgongd committed Dec 3, 2024
1 parent 697bdfb commit 873ddc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/real_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -517,13 +517,13 @@ commands:
steps:
- run:
name: Install Nvidia Apex
description: "Apex installation needs Cuda 12.1 because Pytorch binaries were compiled by Cuda 12.1."
command: |
if ! pip show apex; then
# Ninja speeds up Apex compilation.
if ! pip show ninja; then
pip install ninja
fi
# Apex installation needs Cuda 12.1 because Pytorch binaries were compiled by Cuda 12.1.
wget https://developer.download.nvidia.com/compute/cuda/12.1.0/local_installers/cuda_12.1.0_530.30.02_linux.run
sudo sh cuda_12.1.0_530.30.02_linux.run --toolkit --silent
nvcc --version
Expand Down

0 comments on commit 873ddc1

Please sign in to comment.