Skip to content

Commit

Permalink
update - update 0.1.13 version
Browse files Browse the repository at this point in the history
  • Loading branch information
rtp-llm authored and zw193905 committed Apr 29, 2024
1 parent 7a211e4 commit 366e1b5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions maga_transformer/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ py_wheel(
distribution = "maga_transformer",
python_tag = "py3",
tags = ["manual", "local"],
version = "0.1.12",
version = "0.1.13",
deps = [
":maga_transformer_package",
"//deps:extension_package",
Expand Down Expand Up @@ -297,7 +297,7 @@ py_wheel(
distribution = "maga_transformer",
python_tag = "py3",
tags = ["manual", "local"],
version = "0.1.12",
version = "0.1.13",
deps = [
":maga_transformer_package",
"//deps:extension_package",
Expand Down Expand Up @@ -336,19 +336,19 @@ py_wheel(

rename_wheel(
name = "maga_transformer",
package_name = "maga_transformer-0.1.12",
package_name = "maga_transformer-0.1.13",
src = ":maga_transformer_whl",
)

rename_wheel(
name = "maga_transformer_cuda11",
package_name = "maga_transformer-0.1.12+cuda118",
package_name = "maga_transformer-0.1.13+cuda118",
src = ":maga_transformer_whl",
)

rename_wheel(
name = "maga_transformer_cuda12",
package_name = "maga_transformer-0.1.12+cuda121",
package_name = "maga_transformer-0.1.13+cuda121",
src = ":maga_transformer_whl",
)

Expand Down

0 comments on commit 366e1b5

Please sign in to comment.