File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -62,16 +62,15 @@ jobs:
6262 - name : Setup python
6363 if : steps.find-dependent-tests.outputs.test_files && steps.check_skip.outputs.skip_tests == 'false'
6464 run : |
65- pip uninstall -y flash-linear-attention
6665 # Installed by hand to avoid issues with pip
6766 # pip install -U pytest setuptools wheel ninja torch triton
6867 # MAX_JOBS=4 pip install -U flash-attn --no-build-isolation
6968 # pip install git+https://github.com/Dao-AILab/causal-conv1d.git --no-build-isolation
7069 pip install -U uv
7170 pip uninstall -y flash-linear-attention
72- uv pip install git+https://github.com/Dao-AILab/causal-conv1d.git -U --no-cache-dir --no-build-isolation
71+ uv pip install -U pytest setuptools wheel ninja
72+ uv pip install torch~=2.7.0 triton -U --index-url https://download.pytorch.org/whl/cu128
7373 uv pip install flash-attn -U --no-cache-dir --no-build-isolation
74- uv pip install torch~=2.7.0 triton pytest setuptools wheel ninja -U --index-url https://download.pytorch.org/whl/cu128
7574 pip install .
7675
7776 - name : Check GPU status
Original file line number Diff line number Diff line change 6868 # pip install git+https://github.com/Dao-AILab/causal-conv1d.git --no-build-isolation
6969 pip install -U uv
7070 pip uninstall -y flash-linear-attention
71+ uv pip install -U pytest setuptools wheel ninja
72+ uv pip install torch~=2.7.0 triton -U --index-url https://download.pytorch.org/whl/cu128
7173 uv pip install git+https://github.com/Dao-AILab/causal-conv1d.git -U --no-cache-dir --no-build-isolation
7274 uv pip install flash-attn -U --no-cache-dir --no-build-isolation
73- uv pip install torch~=2.7.0 triton pytest setuptools wheel ninja -U --index-url https://download.pytorch.org/whl/cu128
7475 pip install .
7576
7677 - name : Check GPU status
Original file line number Diff line number Diff line change 6868 # pip install git+https://github.com/Dao-AILab/causal-conv1d.git --no-build-isolation
6969 pip install -U uv
7070 pip uninstall -y flash-linear-attention
71+ uv pip install -U pytest setuptools wheel ninja
72+ uv pip install torch~=2.7.0 triton -U --index-url https://download.pytorch.org/whl/cu128
7173 uv pip install git+https://github.com/Dao-AILab/causal-conv1d.git -U --no-cache-dir --no-build-isolation
7274 uv pip install flash-attn -U --no-cache-dir --no-build-isolation
73- uv pip install torch~=2.7.0 triton pytest setuptools wheel ninja -U --index-url https://download.pytorch.org/whl/cu128
7475 pip install .
7576
7677 - name : Check GPU status
You can’t perform that action at this time.
0 commit comments