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
7d96e2ee
Commit
7d96e2ee
authored
Mar 03, 2025
by
Jiaqi Liao
Browse files
fix environment name
parent
3d62579a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.github/workflows/install.yml
.github/workflows/install.yml
+2
-2
No files found.
.github/workflows/install.yml
View file @
7d96e2ee
...
...
@@ -37,14 +37,14 @@ jobs:
if
:
${{ inputs.job_to_run == 'create&install'}}
run
:
|
source /home/qujing3/anaconda3/etc/profile.d/conda.sh
conda activate
KT
ransformers-dev
conda activate
kt
ransformers-dev
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu126
pip3 install packaging ninja cpufeature numpy
pip install ~/flash_attn-2.7.4.post1+cu12torch2.6cxx11abiTRUE-cp311-cp311-linux_x86_64.whl
-
name
:
Install KTransformers
run
:
|
source /home/qujing3/anaconda3/etc/profile.d/conda.sh
conda activate
KT
ransformers-dev
conda activate
kt
ransformers-dev
cd ${{ github.workspace }}
git submodule init
git submodule update
...
...
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