Commit 08fcd7e9 authored by Neelay Shah's avatar Neelay Shah Committed by GitHub
Browse files

refactor: move libs to lib dir


Signed-off-by: default avatarNeelay Shah <neelays@nvidia.com>
Co-authored-by: default avatarRyan McCormick <rmccormick@nvidia.com>
parent 0bfd9a76
...@@ -2931,7 +2931,7 @@ dependencies = [ ...@@ -2931,7 +2931,7 @@ dependencies = [
] ]
[[package]] [[package]]
name = "triton-distributed" name = "triton-distributed-runtime"
version = "0.2.0" version = "0.2.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
......
...@@ -14,8 +14,8 @@ ...@@ -14,8 +14,8 @@
# limitations under the License. # limitations under the License.
[package] [package]
name = "triton-distributed" name = "triton-distributed-runtime"
description = "Distributed GenAI Inference Framework" description = "Distributed Inference Framework"
readme = "README.md" readme = "README.md"
version = "0.2.0" # TODO: Centralize Version Automation version = "0.2.0" # TODO: Centralize Version Automation
edition = "2021" edition = "2021"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment