We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccbc178 commit 1df8b36Copy full SHA for 1df8b36
1 file changed
docs/source/Introduction/installation.rst
@@ -7,11 +7,13 @@ Using pip:
7
----------
8
9
If you do not want to finetune the models, you can install the package without the finetune dependency:
10
+
11
.. code:: bash
12
13
pip install -U FlagEmbedding
14
15
If you want to finetune the models, you can install the package with the finetune dependency:
16
17
18
19
pip install -U FlagEmbedding[finetune]
0 commit comments