Skip to content

Commit f5699e4

Browse files
[Doc] vLLM - typo in README.md (#1302)
Fix Typo in README Signed-off-by: brijeshthummar02@gmail.com <brijeshthummar02@gmail.com>
1 parent 364ccad commit f5699e4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

comps/third_parties/tgi/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ export MAX_TOTAL_TOKENS=2048
1818
Run tgi on xeon.
1919

2020
```bash
21-
cd deplopyment/docker_compose
21+
cd deployment/docker_compose
2222
docker compose -f compose.yaml up -d tgi-server
2323
```
2424

2525
Run tgi on gaudi.
2626

2727
```bash
28-
cd deplopyment/docker_compose
28+
cd deployment/docker_compose
2929
docker compose -f compose.yaml up -d tgi-gaudi-server
3030
```

comps/third_parties/vllm/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ bash ./launch_vllm_service.sh ${port_number} ${model_name}
4343
#### Launch vLLM service with docker compose
4444

4545
```bash
46-
cd deplopyment/docker_compose
46+
cd deployment/docker_compose
4747
docker compose -f compose.yaml up vllm-server -d
4848
```
4949

@@ -64,8 +64,8 @@ Set `hw_mode` to `hpu`.
6464
1. Option 1: Use docker compose for quick deploy
6565

6666
```bash
67-
cd deplopyment/docker_compose
68-
docker compose -f compose.yaml vllm-gaudi-server up -d
67+
cd deployment/docker_compose
68+
docker compose -f compose.yaml up vllm-gaudi-server -d
6969
```
7070

7171
2. Option 2: Use scripts to set parameters.

0 commit comments

Comments
 (0)