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 136e0f1 commit eafed3eCopy full SHA for eafed3e
docs/source/getting_started/installation.md
@@ -10,7 +10,7 @@ AngelSlim支持如下安装方式:
10
11
## pip安装(推荐)
12
13
-#### 默认安装(LLM & VLM)
+#### 默认安装(LLM)
14
15
通过`pip`安装最新AngelSlim稳定发布版:
16
@@ -30,6 +30,12 @@ pip install --upgrade --force-reinstall --no-cache-dir angelslim
30
pip install angelslim[speculative]
31
```
32
33
+#### 多模态安装
34
+
35
+```shell
36
+pip install angelslim[multimodal]
37
+```
38
39
#### Diffusion安装
40
41
```shell
requirements/requirements.txt
@@ -10,3 +10,4 @@ tiktoken
datasets
threadpoolctl
shortuuid
+accelerate
0 commit comments