Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
Signed-off-by: Yu Chin Fabian Lim <flim@sg.ibm.com>
  • Loading branch information
fabianlim committed Dec 24, 2024
1 parent 127b6ce commit 4f7523e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion plugins/accelerated-moe/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "fms-acceleration-moe"
version = '0.0.1'
version = '0.1.0'
description = "FMS Acceleration Plugin for Mixture-of-Experts"
authors = [
{name = "Fabian Lim", email = "flim@sg.ibm.com"},
Expand Down
2 changes: 1 addition & 1 deletion plugins/accelerated-peft/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "fms-acceleration-peft"
version = '0.3.4.dev'
version = '0.3.5'
description = "FMS Acceleration for PeFT"
authors = [
{name = "Fabian Lim", email = "flim@sg.ibm.com"},
Expand Down
2 changes: 1 addition & 1 deletion plugins/framework/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "fms-acceleration"
version = '0.4.0.dev'
version = '0.5.0'
description = "FMS Acceleration Plugin Framework"
authors = [
{name = "Fabian Lim", email = "flim@sg.ibm.com"},
Expand Down
2 changes: 1 addition & 1 deletion plugins/fused-ops-and-kernels/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "fms-acceleration-foak"
version = '0.3.3.dev'
version = '0.4.0'
description = "FMS Acceleration using Fused Operations and Kernels"
authors = [
{name = "Fabian Lim", email = "flim@sg.ibm.com"},
Expand Down

0 comments on commit 4f7523e

Please sign in to comment.