mirror of
https://github.com/RYDE-WORK/ktransformers.git
synced 2026-01-19 21:03:18 +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
|
||||
if: matrix.cuda != ''
|
||||
uses: conda-incubator/setup-miniconda@v2.3.0
|
||||
uses: conda-incubator/setup-miniconda@v3
|
||||
with:
|
||||
activate-environment: "ktransformers"
|
||||
python-version: ${{ matrix.pyver }}
|
||||
miniforge-variant: Mambaforge
|
||||
miniforge-variant: Miniforge3
|
||||
miniforge-version: latest
|
||||
use-mamba: 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
|
||||
if: matrix.cuda != ''
|
||||
uses: conda-incubator/setup-miniconda@v2.3.0
|
||||
uses: conda-incubator/setup-miniconda@v3
|
||||
with:
|
||||
activate-environment: "ktransformers"
|
||||
python-version: ${{ matrix.pyver }}
|
||||
miniforge-variant: Mambaforge
|
||||
miniforge-variant: Miniforge3
|
||||
miniforge-version: latest
|
||||
use-mamba: true
|
||||
add-pip-as-python-dependency: true
|
||||
|
||||
@ -5,7 +5,7 @@ Description :
|
||||
Author : kkk1nak0
|
||||
Date : 2024-08-15 07:34:46
|
||||
Version : 1.0.0
|
||||
LastEditors : Azure-Tang
|
||||
LastEditTime : 2024-08-29 22:35:51
|
||||
LastEditors : unicornchan
|
||||
LastEditTime : 2025-02-10 00:59:53
|
||||
'''
|
||||
__version__ = "0.1.4"
|
||||
__version__ = "0.2.0"
|
||||
Loading…
x
Reference in New Issue
Block a user