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
...@@ -22,7 +22,7 @@ use std::sync::Arc; ...@@ -22,7 +22,7 @@ use std::sync::Arc;
/// # Examples /// # Examples
/// ///
/// ``` /// ```
/// use triton_distributed::pipeline::registry::Registry; /// use triton_distributed_runtime::pipeline::registry::Registry;
/// ///
/// let mut registry = Registry::new(); /// let mut registry = Registry::new();
/// ///
......
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