Skip to content

Commit eafed3e

Browse files
authored
add accelerate in requirements.txt (#132)
1 parent 136e0f1 commit eafed3e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/source/getting_started/installation.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ AngelSlim支持如下安装方式:
1010

1111
## pip安装(推荐)
1212

13-
#### 默认安装(LLM & VLM
13+
#### 默认安装(LLM)
1414

1515
通过`pip`安装最新AngelSlim稳定发布版:
1616

@@ -30,6 +30,12 @@ pip install --upgrade --force-reinstall --no-cache-dir angelslim
3030
pip install angelslim[speculative]
3131
```
3232

33+
#### 多模态安装
34+
35+
```shell
36+
pip install angelslim[multimodal]
37+
```
38+
3339
#### Diffusion安装
3440

3541
```shell

requirements/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ tiktoken
1010
datasets
1111
threadpoolctl
1212
shortuuid
13+
accelerate

0 commit comments

Comments
 (0)