Skip to content

Fix typos in Architecture page #42

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 5, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/architecture/00_architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,16 @@ For more, see the [project proposal](https://github.com/llm-d/llm-d/blob/dev/doc

`llm-d` can be installed as a full solution, customizing enabled features, or through its individual components for experimentation.

### Deploying as as solution
### Deploying as a solution

llm-d's deployer can be used to that installed it as a solution using a single Helm chart on Kubernetes.
llm-d's deployer can be used to install it as a solution using a single Helm chart on Kubernetes.

**Tip**
See the guided experience with our [quickstart](https://github.com/llm-d/llm-d-deployer/blob/main/quickstart/README.md).

### Experimenting and developing with llm-d

llm-d is repo is a metaproject with subcomponents can that can be cloned individually.
llm-d repo is a metaproject with subcomponents that can be cloned individually.

To clone all the components:
```
Expand Down