Skip to content

Commit

Permalink
Fix multi-extra doc comment in installation
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaarsen committed Oct 10, 2024
1 parent adbf0ba commit bf49c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ We recommend **Python 3.8+**, **[PyTorch 1.11.0+](https://pytorch.org/get-starte
* **Default and Training**: Like **Default**, plus training.
* **Development**: All of the above plus some dependencies for developing Sentence Transformers, see [Editable Install](#editable-install).

Note that you can mix and match the various extras, e.g. ``pip install -U "sentence-transformers[train, onnx-gpu]"``
Note that you can mix and match the various extras, e.g. ``pip install -U "sentence-transformers[train,onnx-gpu]"``.

## Install with pip

Expand Down

0 comments on commit bf49c31

Please sign in to comment.