Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions conda/pytorch-nightly/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ export PYTORCH_BUILD_NUMBER=$PKG_BUILDNUM
# it. It would be nice to use ninja in the builds of the conda binaries as well
export USE_NINJA=OFF
export INSTALL_TEST=0 # dont install test binaries into site-packages
# Building with USE_KINETO=1 currently causes a conflict between GNU and LLVM
# OpenMP due to `libgomp` being installed when using conda-forge (which is necessary for
# some builds including CUDA 11.2 and Python 3.9).
# See: https://github.com/pytorch/pytorch/issues/51026
export USE_KINETO=0

# MacOS build is simple, and will not be for CUDA
if [[ "$OSTYPE" == "darwin"* ]]; then
Expand Down