Skip to content

Commit d144936

Browse files
committed
Fixing the architecture links.
- fixed some white space - fixed the architecture link Signed-off-by: JJ Asghar <[email protected]>
1 parent 69cf11f commit d144936

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

docs/architecture/00_architecture.mdx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import VideoEmbed from '@site/src/components/VideoEmbed';
2121

2222

2323
![llm-d Architecture](../assets/images/llm-d-arch-simplified.svg)
24-
24+
2525

2626
Key features of `llm-d` include:
2727

@@ -54,12 +54,13 @@ See the guided experience with our [quickstart](https://github.com/llm-d/llm-d-d
5454
llm-d repo is a metaproject with subcomponents that can be cloned individually.
5555

5656
To clone all the components:
57+
58+
```bash
59+
git clone --recurse-submodules https://github.com/llm-d/llm-d.git
5760
```
58-
git clone --recurse-submodules https://github.com/llm-d/llm-d.git
59-
```
6061

6162
**Tip**
62-
As a customization example, see [here](https://github.com/llm-d/llm-d/tree/dev) a template for adding a scheduler scorer.
63+
As a customization example, see [here](https://github.com/llm-d/llm-d/tree/dev) a template for adding a scheduler scorer.
6364

6465
## Releases
6566

docs/guide/guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The user guide is organized in sections to help you get started with llm-d and t
1010

1111
llm-d is an open source project providing distributed inferencing for GenAI runtimes on any Kubernetes cluster. Its highly performant, scalable architecture helps reduce costs through a spectrum of hardware efficiency improvements. The project prioritizes ease of deployment+use as well as SRE needs + day 2 operations associated with running large GPU clusters.
1212

13-
[For more information check out the Architecture Documentation](./architecture/00_architecture)
13+
[For more information check out the Architecture Documentation](./architecture/architecture)
1414

1515
## Installation: Start here to minimize your frustration
1616

0 commit comments

Comments
 (0)