Fix typo in vLLM CPU docker guide (#11188)
This commit is contained in:
parent
15a6205790
commit
ff83fad400
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ After the container is booted, you could get into the container through `docker
|
||||||
docker exec -it ipex-llm-serving-cpu-container /bin/bash
|
docker exec -it ipex-llm-serving-cpu-container /bin/bash
|
||||||
```
|
```
|
||||||
|
|
||||||
## Running vLLM serving with IPEX-LLM on Intel GPU in Docker
|
## Running vLLM serving with IPEX-LLM on Intel CPU in Docker
|
||||||
|
|
||||||
We have included multiple vLLM-related files in `/llm/`:
|
We have included multiple vLLM-related files in `/llm/`:
|
||||||
1. `vllm_offline_inference.py`: Used for vLLM offline inference example
|
1. `vllm_offline_inference.py`: Used for vLLM offline inference example
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue