Skip to content

Commit

Permalink
fix typo in pip install test
Browse files Browse the repository at this point in the history
  • Loading branch information
rsxdalv committed Nov 23, 2024
1 parent b5ea01e commit 241b687
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/test-pip-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,6 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install torch
# if: matrix.platform == 'windows-latest'
# also test with uv
# MACOSX_DEPLOYMENT_TARGET=10.9 CC=clang CXX=clang++ python -m pip install xformers==0.0.27
# MACOSX_DEPLOYMENT_TARGET=10.9 CC=/usr/local/opt/llvm/bin/clang CXX=/usr/local/opt/llvm/bin/clang++ python -m pip install xformers==0.0.27
# python -m pip install wheel ninja
# brew install llvm libomp
# MACOSX_DEPLOYMENT_TARGET=10.9 CC=/opt/homebrew/opt/llvm/bin/clang CXX=/opt/homebrew/opt/llvm/bin/clang++ python -m pip install xformers==0.0.27
# xformers @ https://github.com/rsxdalv/xformers/releases/download/v0.0.27/xformers-0.0.27+184b280.d20241026-cp310-cp310-macosx_11_0_universal2.whl ; sys_platform == 'darwin'
run: python -m pip install torch==2.3.1 torchvision torchaudio
- name: Install xformers
if: matrix.platform == 'macos-14'
Expand All @@ -55,7 +47,6 @@ jobs:
# python -m pip install hydra-core==1.3.2
# python -m pip install nvidia-ml-py
run: |
python -m pip install
python -m pip install -r requirements.txt -r requirements_bark_hubert_quantizer.txt -r requirements_rvc.txt -r requirements_audiocraft.txt -r requirements_styletts2.txt -r requirements_vall_e.txt -r requirements_maha_tts.txt -r requirements_stable_audio.txt hydra-core==1.3.2 nvidia-ml-py
# - name: Lint with ruff
Expand Down

0 comments on commit 241b687

Please sign in to comment.