Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -99,6 +99,11 @@ analysis is needed to assess potential harm or bias in the proposed application.
99
 
100
  ## Getting started with Orca 2
101
 
 
 
 
 
 
102
  **Inference with Hugging Face library**
103
 
104
  ```python
 
99
 
100
  ## Getting started with Orca 2
101
 
102
+ ## Install 🤗 Transformers and PyTorch with:
103
+ ```python
104
+ pip install 'transformers[torch]'
105
+ ```
106
+
107
  **Inference with Hugging Face library**
108
 
109
  ```python