Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ktransformers
Commits
6a77a3d3
Unverified
Commit
6a77a3d3
authored
Mar 14, 2025
by
Jiaqi Liao
Committed by
GitHub
Mar 14, 2025
Browse files
Merge pull request #892 from SkqLiao/main
fix flash_attn whl path in install job
parents
b4ad815e
a8d15977
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
.github/workflows/install.yml
.github/workflows/install.yml
+2
-1
No files found.
.github/workflows/install.yml
View file @
6a77a3d3
...
@@ -40,7 +40,8 @@ jobs:
...
@@ -40,7 +40,8 @@ jobs:
conda activate ktransformers-dev
conda activate ktransformers-dev
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu126
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu126
pip3 install packaging ninja cpufeature numpy
pip3 install packaging ninja cpufeature numpy
pip install ~/flash_attn-2.7.4.post1+cu12torch2.6cxx11abiTRUE-cp311-cp311-linux_x86_64.whl
wget
pip install https://github.com/Dao-AILab/flash-attention/releases/download/v2.7.4.post1/flash_attn-2.7.4.post1+cu12torch2.2cxx11abiTRUE-cp311-cp311-linux_x86_64.whl
-
name
:
Install KTransformers
-
name
:
Install KTransformers
run
:
|
run
:
|
source /home/qujing3/anaconda3/etc/profile.d/conda.sh
source /home/qujing3/anaconda3/etc/profile.d/conda.sh
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment