mirror of
https://github.com/kvcache-ai/ktransformers.git
synced 2026-05-03 14:11:15 +00:00
[feature] update version and github action jobs for package
This commit is contained in:
parent
098602b08f
commit
c7e6d09068
3 changed files with 7 additions and 7 deletions
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue