File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed
Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,19 @@ Supported models list:
111111#### Installation
112112First, download the image we provide:
113113``` bash
114+ # A2 x86
114115docker pull xllm/xllm-ai:xllm-0.6.0-dev-hb-py3.11-oe24.03-lts
116+ # A2 arm
117+ docker pull xllm/xllm-ai:xllm-0.6.0-dev-hb-py3.11-oe24.03-lts-aarch64
118+ # A3 arm
119+ docker pull xllm/xllm-ai:xllm-0.6.0-dev-hc-py3.11-oe24.03-lts-aarch64
120+ # or
121+ # A2 x86
122+ docker pull quay.io/jd_xllm/xllm-ai:xllm-0.6.0-dev-hb-py3.11-oe24.03-lts
123+ # A2 arm
124+ docker pull quay.io/jd_xllm/xllm-ai:xllm-0.6.0-dev-hb-py3.11-oe24.03-lts-aarch64
125+ # A3 arm
126+ docker pull quay.io/jd_xllm/xllm-ai:xllm-0.6.0-dev-hc-py3.11-oe24.03-lts-aarch64
115127```
116128Then create the corresponding container:
117129``` bash
Original file line number Diff line number Diff line change @@ -111,7 +111,19 @@ xLLM 提供了强大的智能计算能力,通过硬件系统的算力优化与
111111#### 安装
112112首先下载我们提供的镜像:
113113``` bash
114+ # A2 x86
114115docker pull xllm/xllm-ai:xllm-0.6.0-dev-hb-py3.11-oe24.03-lts
116+ # A2 arm
117+ docker pull xllm/xllm-ai:xllm-0.6.0-dev-hb-py3.11-oe24.03-lts-aarch64
118+ # A3 arm
119+ docker pull xllm/xllm-ai:xllm-0.6.0-dev-hc-py3.11-oe24.03-lts-aarch64
120+ # 或者
121+ # A2 x86
122+ docker pull quay.io/jd_xllm/xllm-ai:xllm-0.6.0-dev-hb-py3.11-oe24.03-lts
123+ # A2 arm
124+ docker pull quay.io/jd_xllm/xllm-ai:xllm-0.6.0-dev-hb-py3.11-oe24.03-lts-aarch64
125+ # A3 arm
126+ docker pull quay.io/jd_xllm/xllm-ai:xllm-0.6.0-dev-hc-py3.11-oe24.03-lts-aarch64
115127```
116128然后创建对应的容器
117129``` bash
You can’t perform that action at this time.
0 commit comments