File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 69
69
# pip install git+https://github.com/Dao-AILab/causal-conv1d.git --no-build-isolation
70
70
pip install -U uv
71
71
pip uninstall -y flash-linear-attention
72
+ uv pip install -U pytest setuptools wheel ninja
73
+ uv pip install torch~=2.7.0 triton -U --index-url https://download.pytorch.org/whl/cu128
72
74
uv pip install git+https://github.com/Dao-AILab/causal-conv1d.git -U --no-cache-dir --no-build-isolation
73
75
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
75
76
pip install .
76
77
77
78
- name : Check GPU status
Original file line number Diff line number Diff line change 68
68
# pip install git+https://github.com/Dao-AILab/causal-conv1d.git --no-build-isolation
69
69
pip install -U uv
70
70
pip uninstall -y flash-linear-attention
71
- 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
72
73
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
74
74
pip install .
75
75
76
76
- name : Check GPU status
Original file line number Diff line number Diff line change 68
68
# pip install git+https://github.com/Dao-AILab/causal-conv1d.git --no-build-isolation
69
69
pip install -U uv
70
70
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
71
73
uv pip install git+https://github.com/Dao-AILab/causal-conv1d.git -U --no-cache-dir --no-build-isolation
72
74
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
74
75
pip install .
75
76
76
77
- name : Check GPU status
You can’t perform that action at this time.
0 commit comments