"launch/dynemo-run/Cargo.lock" did not exist on "6d2abdba35f2da56c02efd802a1743798d095be4"
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 = [
]
[[package]]
name = "triton-distributed"
name = "triton-distributed-runtime"
version = "0.2.0"
dependencies = [
"anyhow",
......
......@@ -14,8 +14,8 @@
# limitations under the License.
[package]
name = "triton-distributed"
description = "Distributed GenAI Inference Framework"
name = "triton-distributed-runtime"
description = "Distributed Inference Framework"
readme = "README.md"
version = "0.2.0" # TODO: Centralize Version Automation
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