We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f48d465 commit b3cb4d6Copy full SHA for b3cb4d6
vllm/README.md
@@ -158,12 +158,18 @@ You can also check 03_KNOWN_ISSUE.md and 04_FAQ.md for more details.
158
159
### 1.3 Pulling and Running the vllm Docker Container
160
161
-First, pull the image:
+First, pull the image for **Intel Arc B60 GPUs**:
162
163
```bash
164
docker pull intel/llm-scaler-vllm:latest
165
````
166
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
+
173
Then, run the container:
174
175
0 commit comments