Skip to content

Commit

Permalink
Merge pull request #4930 from AndrewKinsman/1.5.x
Browse files Browse the repository at this point in the history
Update note in pretrained_embeddings_convert section - 1.5.x
  • Loading branch information
dakshvar22 committed Dec 10, 2019
2 parents 6330f3e + f9d8204 commit 68d5d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/nlu/choosing-a-pipeline.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ examples are already very similar, the intent classified for both is highly like
large enough training data.

.. note::
To use ``pretrained_embeddings_convert`` pipeline, you should install ``tensorflow_text==1.15.1`` and ``tensorflow_hub==0.6.0``. Otherwise, you can also pip install Rasa with ``pip install rasa[convert]``
To use ``pretrained_embeddings_convert`` pipeline, you should install ``tensorflow-text==1.15.1`` and ``tensorflow-hub==0.6.0``. Otherwise, you can also pip install Rasa with ``pip install rasa[convert]``. Please also note that tensorflow-text is only currently supported on Linux platforms.

supervised_embeddings
~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 68d5d4e

Please sign in to comment.