File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change 25
25
python-version : ${{ matrix.python-version }}
26
26
27
27
- name : Install torch
28
- # if: matrix.platform == 'windows-latest'
29
- # also test with uv
30
- # MACOSX_DEPLOYMENT_TARGET=10.9 CC=clang CXX=clang++ python -m pip install xformers==0.0.27
31
- # 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
32
- # python -m pip install wheel ninja
33
- # brew install llvm libomp
34
- # 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
35
- # 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'
36
28
run : python -m pip install torch==2.3.1 torchvision torchaudio
37
29
- name : Install xformers
38
30
if : matrix.platform == 'macos-14'
55
47
# python -m pip install hydra-core==1.3.2
56
48
# python -m pip install nvidia-ml-py
57
49
run : |
58
- python -m pip install
59
50
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
60
51
61
52
# - name: Lint with ruff
You can’t perform that action at this time.
0 commit comments