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
c7e6d090
Commit
c7e6d090
authored
Feb 10, 2025
by
unicornchan
Browse files
[feature] update version and github action jobs for package
parent
098602b0
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
.github/workflows/package_wheel_release.yml
.github/workflows/package_wheel_release.yml
+2
-2
.github/workflows/package_wheel_test.yml
.github/workflows/package_wheel_test.yml
+2
-2
ktransformers/__init__.py
ktransformers/__init__.py
+3
-3
No files found.
.github/workflows/package_wheel_release.yml
View file @
c7e6d090
...
...
@@ -142,11 +142,11 @@ jobs:
-
name
:
Setup Mamba
if
:
matrix.cuda != ''
uses
:
conda-incubator/setup-miniconda@v
2.3.0
uses
:
conda-incubator/setup-miniconda@v
3
with
:
activate-environment
:
"
ktransformers"
python-version
:
${{ matrix.pyver }}
miniforge-variant
:
M
amba
forge
miniforge-variant
:
M
ini
forge
3
miniforge-version
:
latest
use-mamba
:
true
add-pip-as-python-dependency
:
true
...
...
.github/workflows/package_wheel_test.yml
View file @
c7e6d090
...
...
@@ -54,11 +54,11 @@ jobs:
-
name
:
Setup Mamba
if
:
matrix.cuda != ''
uses
:
conda-incubator/setup-miniconda@v
2.3.0
uses
:
conda-incubator/setup-miniconda@v
3
with
:
activate-environment
:
"
ktransformers"
python-version
:
${{ matrix.pyver }}
miniforge-variant
:
M
amba
forge
miniforge-variant
:
M
ini
forge
3
miniforge-version
:
latest
use-mamba
:
true
add-pip-as-python-dependency
:
true
...
...
ktransformers/__init__.py
View file @
c7e6d090
...
...
@@ -5,7 +5,7 @@ Description :
Author : kkk1nak0
Date : 2024-08-15 07:34:46
Version : 1.0.0
LastEditors :
Azure-T
an
g
LastEditTime : 202
4
-0
8-29 22:35
:5
1
LastEditors :
unicornch
an
LastEditTime : 202
5
-0
2-10 00:59
:5
3
'''
__version__
=
"0.1.4"
\ No newline at end of file
__version__
=
"0.2.0"
\ No newline at end of file
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