Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
)

__original_commit__ = fairinternal/xformers@5190e34
  • Loading branch information
danthe3rd authored and xFormers Bot committed Dec 20, 2024
1 parent 89fc994 commit ca7bc31
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 @@ -101,7 +101,7 @@ runs:
if: steps.prepare_conda_env_paths.outputs.ENV_CACHED == 0
run: |
echo "#!/bin/bash" > $CONDA_PREFIX/bin/nvcc-ccache
echo "ccache ${CUDA_HOME}/bin/nvcc \"\$@\"" >> $CONDA_PREFIX/bin/nvcc-ccache
echo "ccache nvcc \"\$@\"" >> $CONDA_PREFIX/bin/nvcc-ccache
cat $CONDA_PREFIX/bin/nvcc-ccache
chmod +x $CONDA_PREFIX/bin/nvcc-ccache
which nvcc
Expand Down

0 comments on commit ca7bc31

Please sign in to comment.