Skip to content

Commit

Permalink
ci: fix apex installation
Browse files Browse the repository at this point in the history
CI failed because the build was attempted on the master branch of
the Apex repo. It needs to be built on the latest release instead.
  • Loading branch information
jgongd committed Dec 3, 2024
1 parent 821e8a5 commit 70bf8c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/real_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,10 @@ commands:
sudo sh cuda_12.1.0_530.30.02_linux.run --toolkit --silent
nvcc --version
git clone https://github.com/NVIDIA/apex ~/apex
cd ~/apex
git checkout tags/24.04.01
pip install -v --disable-pip-version-check --no-cache-dir --no-build-isolation --config-settings "--build-option=--cpp_ext" --config-settings "--build-option=--cuda_ext" ~/apex
cd -
fi
- save_cache:
Expand Down

0 comments on commit 70bf8c4

Please sign in to comment.