lorenpe2 commited on
Commit
bce4b7c
·
1 Parent(s): 326dee3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
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