mirror of
https://github.com/kvcache-ai/ktransformers.git
synced 2026-03-15 02:47:22 +00:00
fix environment name
This commit is contained in:
6
.github/workflows/install.yml
vendored
6
.github/workflows/install.yml
vendored
@@ -25,13 +25,13 @@ jobs:
|
||||
if: ${{ inputs.job_to_run == 'create&install'}}
|
||||
run: |
|
||||
source /home/qujing3/anaconda3/etc/profile.d/conda.sh
|
||||
conda env remove --name KTransformers-dev -y
|
||||
conda env remove --name ktransformers-dev -y
|
||||
- name: Create conda environment
|
||||
if: ${{ inputs.job_to_run == 'create&install'}}
|
||||
run: |
|
||||
source /home/qujing3/anaconda3/etc/profile.d/conda.sh
|
||||
conda create --name KTransformers-dev python=3.11
|
||||
conda activate KTransformers-dev
|
||||
conda create --name ktransformers-dev python=3.11
|
||||
conda activate ktransformers-dev
|
||||
conda install -c conda-forge libstdcxx-ng -y
|
||||
- name: Install dependencies
|
||||
if: ${{ inputs.job_to_run == 'create&install'}}
|
||||
|
||||
Reference in New Issue
Block a user