Skip to content

Commit

Permalink
bump version and reintro transformer dep
Browse files Browse the repository at this point in the history
Signed-off-by: Yu Chin Fabian Lim <[email protected]>
  • Loading branch information
fabianlim committed Sep 16, 2024
1 parent 4e81c64 commit 7aa22ce
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
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.2.1.dev'
version = '0.3.0'
description = "FMS Acceleration for PeFT"
authors = [
{name = "Fabian Lim", email = "[email protected]"},
Expand Down
2 changes: 1 addition & 1 deletion plugins/attention-and-distributed-packing/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-aadp"
version = '0.1.0.dev'
version = '0.1.1'
description = "FMS Acceleration Plugin for Attention and Distributed Packing Optimizations"
authors = [
{name = "Fabian Lim", email = "[email protected]"},
Expand Down
3 changes: 2 additions & 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.3.0.dev'
version = '0.4.0'
description = "FMS Acceleration Plugin Framework"
authors = [
{name = "Fabian Lim", email = "[email protected]"},
Expand All @@ -24,6 +24,7 @@ classifiers=[
dependencies = [
"numpy<2.0", # numpy needs to be bounded due to incompatiblity with current torch<2.3
"torch>2.2",
"transformers",
"peft",
"accelerate",
"pandas",
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.2.1.dev'
version = '0.3.0'
description = "FMS Acceleration using Fused Operations and Kernels"
authors = [
{name = "Fabian Lim", email = "[email protected]"},
Expand Down

0 comments on commit 7aa22ce

Please sign in to comment.