Skip to content

Commit b3cb4d6

Browse files
authored
Update Doc: add A770 docker image (#40)
* Update README.md * Update README.md * Update README.md
1 parent f48d465 commit b3cb4d6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

vllm/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,12 +158,18 @@ You can also check 03_KNOWN_ISSUE.md and 04_FAQ.md for more details.
158158

159159
### 1.3 Pulling and Running the vllm Docker Container
160160

161-
First, pull the image:
161+
First, pull the image for **Intel Arc B60 GPUs**:
162162

163163
```bash
164164
docker pull intel/llm-scaler-vllm:latest
165165
````
166166
167+
**Supplement: For Intel Arc A770 GPUs**
168+
```bash
169+
docker pull intelanalytics/multi-arc-serving:latest
170+
````
171+
- Usage Instructions: [VLLM Docker Quickstart for A770](https://github.com/intel/ipex-llm/blob/main/docs/mddocs/DockerGuides/vllm_docker_quickstart.md#3-start-the-docker-container)
172+
167173
Then, run the container:
168174

169175
```bash

0 commit comments

Comments
 (0)