Skip to content

Commit 2e8ed18

Browse files
committed
bump version
Signed-off-by: Mehant Kammakomati <[email protected]>
1 parent a741e5d commit 2e8ed18

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

plugins/accelerated-moe/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "fms-acceleration-moe"
7-
version = '0.4.3'
7+
version = '0.4.4'
88
description = "FMS Acceleration Plugin for Mixture-of-Experts"
99
authors = [
1010
{name = "Fabian Lim", email = "[email protected]"},

plugins/attention-and-distributed-packing/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "fms-acceleration-aadp"
7-
version = '0.2.1.dev'
7+
version = '0.2.2'
88
description = "FMS Acceleration Plugin for Attention and Distributed Packing Optimizations"
99
authors = [
1010
{name = "Fabian Lim", email = "[email protected]"},

plugins/fused-ops-and-kernels/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "fms-acceleration-foak"
7-
version = '0.7.2.dev'
7+
version = '0.7.3'
88
description = "FMS Acceleration using Fused Operations and Kernels"
99
authors = [
1010
{name = "Fabian Lim", email = "[email protected]"},

plugins/online-data-mixing/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "fms-acceleration-odm"
7-
version = '0.1.1.dev'
7+
version = '0.1.2'
88
description = "FMS Acceleration plugin for online data mixing"
99
authors = [
1010
{name = "Mehant Kammakomati", email = "[email protected]"},

0 commit comments

Comments
 (0)