File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ pip install tensorflow
26
26
or
27
27
pip install tensorflow-gpu
28
28
```
29
- ## Install runtime
30
- Install an onnx runtime of your choice if you want to run tests. For example:
29
+ ## Install runtime
30
+ Install the runtime of your choice that capable of running ONNX model if you want to run tests. For example:
31
31
32
- onnxruntime (only avaliable on linux ):
32
+ ONNX Runtime (available for Linux, Windows, and Mac ):
33
33
34
34
``` pip install onnxruntime ```
35
35
@@ -44,7 +44,7 @@ We tested with pytorch/caffe2 and onnxruntime and unit tests are passing for tho
44
44
We tested with tensorflow 1.5-1.12 and anaconda ** 3.5,3.6** .
45
45
46
46
# Installation
47
- ## From Pypi
47
+ ## From pypi
48
48
``` pip install -U tf2onnx ```
49
49
50
50
## From Source
You can’t perform that action at this time.
0 commit comments