Skip to content

Commit 7b5de25

Browse files
authored
Add light-weight installation instruction
1 parent 3d581b8 commit 7b5de25

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,12 @@ pip install keybert[spacy]
7777
pip install keybert[use]
7878
```
7979

80+
For a light-weight installation without PyTorch, run the following to make use of [Model2Vec](https://github.com/MinishLab/model2vec) instead:
81+
82+
```
83+
pip install keybert --no-deps scikit-learn model2vec
84+
```
85+
8086
<a name="usage"/></a>
8187
### 2.2. Usage
8288

0 commit comments

Comments
 (0)