From bf49c31834c2cc1578c1a3a21438305dca2a2255 Mon Sep 17 00:00:00 2001 From: Tom Aarsen Date: Thu, 10 Oct 2024 19:50:23 +0200 Subject: [PATCH] Fix multi-extra doc comment in installation --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 707ad31d8..1e014165d 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -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