mirror of
https://github.com/RYDE-WORK/ktransformers.git
synced 2026-02-03 13:03:35 +08:00
[feature] update version and github action jobs for package
This commit is contained in:
parent
098602b08f
commit
c7e6d09068
4
.github/workflows/package_wheel_release.yml
vendored
4
.github/workflows/package_wheel_release.yml
vendored
@ -142,11 +142,11 @@ jobs:
|
|||||||
|
|
||||||
- name: Setup Mamba
|
- name: Setup Mamba
|
||||||
if: matrix.cuda != ''
|
if: matrix.cuda != ''
|
||||||
uses: conda-incubator/setup-miniconda@v2.3.0
|
uses: conda-incubator/setup-miniconda@v3
|
||||||
with:
|
with:
|
||||||
activate-environment: "ktransformers"
|
activate-environment: "ktransformers"
|
||||||
python-version: ${{ matrix.pyver }}
|
python-version: ${{ matrix.pyver }}
|
||||||
miniforge-variant: Mambaforge
|
miniforge-variant: Miniforge3
|
||||||
miniforge-version: latest
|
miniforge-version: latest
|
||||||
use-mamba: true
|
use-mamba: true
|
||||||
add-pip-as-python-dependency: true
|
add-pip-as-python-dependency: true
|
||||||
|
|||||||
4
.github/workflows/package_wheel_test.yml
vendored
4
.github/workflows/package_wheel_test.yml
vendored
@ -54,11 +54,11 @@ jobs:
|
|||||||
|
|
||||||
- name: Setup Mamba
|
- name: Setup Mamba
|
||||||
if: matrix.cuda != ''
|
if: matrix.cuda != ''
|
||||||
uses: conda-incubator/setup-miniconda@v2.3.0
|
uses: conda-incubator/setup-miniconda@v3
|
||||||
with:
|
with:
|
||||||
activate-environment: "ktransformers"
|
activate-environment: "ktransformers"
|
||||||
python-version: ${{ matrix.pyver }}
|
python-version: ${{ matrix.pyver }}
|
||||||
miniforge-variant: Mambaforge
|
miniforge-variant: Miniforge3
|
||||||
miniforge-version: latest
|
miniforge-version: latest
|
||||||
use-mamba: true
|
use-mamba: true
|
||||||
add-pip-as-python-dependency: true
|
add-pip-as-python-dependency: true
|
||||||
|
|||||||
@ -5,7 +5,7 @@ Description :
|
|||||||
Author : kkk1nak0
|
Author : kkk1nak0
|
||||||
Date : 2024-08-15 07:34:46
|
Date : 2024-08-15 07:34:46
|
||||||
Version : 1.0.0
|
Version : 1.0.0
|
||||||
LastEditors : Azure-Tang
|
LastEditors : unicornchan
|
||||||
LastEditTime : 2024-08-29 22:35:51
|
LastEditTime : 2025-02-10 00:59:53
|
||||||
'''
|
'''
|
||||||
__version__ = "0.1.4"
|
__version__ = "0.2.0"
|
||||||
Loading…
x
Reference in New Issue
Block a user