Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
66f048f6
"tools/cfgs/git@developer.sourcefind.cn:OpenDAS/openpcdet.git" did not exist on "9fc9f152b9895ccbbfb8780b7dbcb3a3e8ba8e0b"
Commit
66f048f6
authored
Feb 08, 2025
by
Neelay Shah
Committed by
GitHub
Feb 08, 2025
Browse files
docs: readme updates
parent
d2e7ae02
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
34 additions
and
5 deletions
+34
-5
README.md
README.md
+34
-5
No files found.
README.md
View file @
66f048f6
...
...
@@ -86,24 +86,53 @@ HF_TOKEN```) and mounts common directories such as ```/tmp:/tmp```,
Please see the instructions in the corresponding example for specific
deployment instructions.
##
Hello World
##
Rust Based Distributed Runtime
[Hello World](./examples/hello_world)
Triton distributed has a new rust based distributed runtime with
implementation under development. The rust based runtime enables
serving arbitrary python code as well as native rust. Please note the
APIs are subject to change.
### Hello World
[Hello World](./runtime/rust/python-wheel/examples/hello_world)
A basic example demonstrating the rust based runtime and python
bindings.
### LLM
[VLLM](./examples/python_rs/llm/vllm)
An intermediate example expanding further on the concepts introduced
in the Hello World example. In this example, we demonstrate
[Disaggregated Serving](https://arxiv.org/abs/2401.09670) as an
application of the components defined in Triton Distributed.
## Python Native Distributed Runtime
Triton distributed has a python native based distributed runtime with
implementation under development. Please note the APIs are subject to
change.
### Hello World
[Hello World](./examples/python/hello_world)
A basic example demonstrating the new interfaces and concepts of
Triton Distributed. In the Hello World example, you can deploy a set
of simple workers to load balance requests from a local work queue.
## LLM
##
#
LLM
[TENSORRTLLM](./examples/llm/tensorrtllm)
[TENSORRTLLM](./examples/
python/
llm/tensorrtllm)
An intermediate example expanding further on the concepts indroduced
in the Hello World example. In this example, we demonstrate
[Disaggregated Serving](https://arxiv.org/abs/2401.09670)
as an application of the components defined in Triton Distributed.
[VLLM](./examples/llm/vllm)
[VLLM](./examples/
python/
llm/vllm)
An intermediate example expanding further on the concepts indroduced
in the Hello World example. In this example, we demonstrate
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment