Skip to content

Commit

Permalink
CUDA_HOME
Browse files Browse the repository at this point in the history
  • Loading branch information
bottler committed Oct 29, 2024
1 parent e596bcf commit b3533d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-env-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,4 +146,4 @@ runs:
- name: Build
shell: bash -l {0}
run: |
FORCE_CUDA=1 PYTORCH_NVCC="$CONDA_PREFIX/bin/nvcc-ccache" CXX="g++-ccache" TORCH_CUDA_ARCH_LIST=${{ inputs.arch }} python -m pip install -v -e .
CUDA_HOME=$CONDA_PREFIX PYTORCH_NVCC="$CONDA_PREFIX/bin/nvcc-ccache" CXX="g++-ccache" TORCH_CUDA_ARCH_LIST=${{ inputs.arch }} python -m pip install -v -e .

0 comments on commit b3533d7

Please sign in to comment.