@@ -15,17 +15,17 @@ See the License for the specific language governing permissions and
1515limitations under the License.
1616-->
1717
18- # Dynemo
18+ # Dynamo
1919
2020<h4 > A Datacenter Scale Distributed Inference Serving Framework </h4 >
2121
2222[ ![ License] ( https://img.shields.io/badge/License-Apache_2.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 )
23- [ ![ GitHub Release] ( https://img.shields.io/github/v/release/dynemo-ai/dynemo )] ( https://github.com/dynemo-ai/dynemo/releases/latest )
23+ [ ![ GitHub Release] ( https://img.shields.io/github/v/release/dynemo-ai/dynamo )] ( https://github.com/dynemo-ai/dynemo/releases/latest )
2424
2525
26- Dynemo is a flexible, component based, data center scale
26+ Dynamo is a flexible, component based, data center scale
2727inference serving framework designed to leverage the strengths of the
28- standalone Dynemo Inference Server while expanding its capabilities
28+ standalone Dynamo Inference Server while expanding its capabilities
2929to meet the demands of complex use cases including those of Generative
3030AI. It is designed to enable developers to implement and customize
3131routing, load balancing, scaling and workflow definitions at the data
@@ -36,17 +36,17 @@ center scale without sacrificing performance or ease of use.
3636> rapid-prototyping stage and we are actively looking for feedback and
3737> collaborators.
3838
39- ## Building Dynemo
39+ ## Building Dynamo
4040
4141### Requirements
42- Dynemo development and examples are container based.
42+ Dynamo development and examples are container based.
4343
4444* [ Docker] ( https://docs.docker.com/get-started/get-docker/ )
4545* [ buildx] ( https://github.com/docker/buildx )
4646
4747### Development
4848
49- You can build the Dynemo container using the build scripts
49+ You can build the Dynamo container using the build scripts
5050in ` container/ ` (or directly with ` docker build ` ).
5151
5252We provide 3 types of builds:
@@ -62,17 +62,17 @@ For example, if you want to build a container for the `STANDARD` backends you ca
6262
6363Please see the instructions in the corresponding example for specific build instructions.
6464
65- ## Running Dynemo for Local Testing and Development
65+ ## Running Dynamo for Local Testing and Development
6666
67- You can run the Dynemo container using the run scripts in
67+ You can run the Dynamo container using the run scripts in
6868` container/ ` (or directly with ` docker run ` ).
6969
7070The run script offers a few common workflows:
7171
72721 . Running a command in a container and exiting.
7373
7474```
75- ./container/run.sh -- python3 -c "import dynemo .runtime; help(dynemo .runtime)"
75+ ./container/run.sh -- python3 -c "import dynamo .runtime; help(dynamo .runtime)"
7676```
7777
78782 . Starting an interactive shell.
@@ -95,7 +95,7 @@ deployment instructions.
9595
9696## Rust Based Runtime
9797
98- Dynemo has a new rust based distributed runtime with
98+ Dynamo has a new rust based distributed runtime with
9999implementation under development. The rust based runtime enables
100100serving arbitrary python code as well as native rust. Please note the
101101APIs are subject to change.
@@ -114,7 +114,7 @@ bindings.
114114An intermediate example expanding further on the concepts introduced
115115in the Hello World example. In this example, we demonstrate
116116[ Disaggregated Serving] ( https://arxiv.org/abs/2401.09670 ) as an
117- application of the components defined in Dynemo .
117+ application of the components defined in Dynamo .
118118
119119# Disclaimers
120120
0 commit comments