Skip to content

Commit

Permalink
reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
bottler committed Oct 28, 2024
1 parent 98459ad commit d1fd3c6
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/actions/setup-env-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,7 @@ runs:
micromamba config set channel_priority strict
# Retry if failed after removing downloaded packages cache
$CONDA_INSTALL_CMD || (rm -rf $CONDA_PKGS_DIRS && rm -rf $CONDA_PREFIX && $CONDA_INSTALL_CMD)
$PY -m pip install cmake
$PY -m pip install -r requirements-benchmark.txt --progress-bar off
$PY -m pip install iopath fvcore --progress-bar off
- name: Activate environment
shell: bash -l {0}
run: |
Expand Down Expand Up @@ -149,10 +148,3 @@ runs:
shell: bash -l {0}
run: |
PYTORCH_NVCC="$CONDA_PREFIX/bin/nvcc-ccache" CXX="g++-ccache" TORCH_CUDA_ARCH_LIST=${{ inputs.arch }} python -m pip install -v -e .
- name: Build info
run: |
printenv
python -m xformers.info
python xformers/_triton_version_fairinternal.py
ccache -s
shell: bash -l {0}

0 comments on commit d1fd3c6

Please sign in to comment.