Skip to content

Commit

Permalink
Update install in tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
harimkang committed Jul 26, 2024
1 parent cba2f78 commit e3ecdc3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/source/guide/tutorials/advanced/huggingface_model.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ Getting Started
1. **Environment Setup**: Set up the OpenVINO™ Training Extensions environment and install the necessary libraries and toolkits.

You can follow the installation process from a :doc:`quick start guide <../../get_started/installation>` to create a universal virtual environment for OpenVINO™ Training Extensions.
Then install transformers with the command below.

.. code-block:: shell
(otx) ...$ pip install transformers
2. **Dataset Preparation**: Set up dataset for training.

Expand Down

0 comments on commit e3ecdc3

Please sign in to comment.