Skip to content

Commit 9fab90a

Browse files
authored
docs: fix image url typo in README.md (#479)
1 parent 0b873c4 commit 9fab90a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Read the [documentation](https://lws.sigs.k8s.io/docs/) or watch the LWS-related
1515

1616
## Conceptual view
1717

18-
![image](site/static/images/concepts.png)
18+
![image](site/static/images/concept.png)
1919

2020
## Feature overview
2121

site/content/en/docs/overview/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ menu:
66
main:
77
weight: 20
88
description: >
9-
An overview of the LeaderWorkerSet (LWS)
9+
An overview of LeaderWorkerSet (LWS)
1010
---
1111

1212
LeaderWorkerSet (LWS) is an API for deploying a group of pods as a unit of replication. It aims to address common deployment patterns of AI/ML inference workloads, especially multi-host inference workloads where the LLM will be sharded and run across multiple devices on multiple nodes.

0 commit comments

Comments
 (0)