Quicktour updates (#14533)

This commit is contained in:
Lysandre Debut 2021-11-26 04:09:31 -05:00 committed by GitHub
parent 1bbd6fcdeb
commit c15f4f203f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,12 +53,12 @@ Let's see how this work for sentiment analysis (the other tasks are all covered
Install the following dependencies (if not already installed):
.. code-block::
.. code-block:: bash
>>> pip install torch
>>> pip install tensorflow
>>> pip install transformers
>>> pip install datasets
## PYTORCH CODE
pip install torch
## TENSORFLOW CODE
pip install tensorflow
.. code-block::