Update README.md
Browse files
README.md
CHANGED
@@ -20,6 +20,12 @@ Using this model becomes easy when you have [optimum](https://github.com/hugging
|
|
20 |
```
|
21 |
python -m pip install optimum
|
22 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
Then you can use the model like this:
|
24 |
```python
|
25 |
from optimum.onnxruntime.modeling_ort import ORTModelForCustomTasks
|
|
|
20 |
```
|
21 |
python -m pip install optimum
|
22 |
```
|
23 |
+
You may also need following:
|
24 |
+
```
|
25 |
+
python -m pip install onnxruntime
|
26 |
+
python -m pip install onnx
|
27 |
+
```
|
28 |
+
|
29 |
Then you can use the model like this:
|
30 |
```python
|
31 |
from optimum.onnxruntime.modeling_ort import ORTModelForCustomTasks
|