We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a585481 + 3af00ff commit 42ade07Copy full SHA for 42ade07
README.md
@@ -26,10 +26,10 @@ pip install tensorflow
26
or
27
pip install tensorflow-gpu
28
```
29
-## Install runtime
30
-Install an onnx runtime of your choice if you want to run tests. For example:
+## Install runtime
+If you want to run tests, install a runtime that can run ONNX models. For example:
31
32
-onnxruntime (only avaliable on linux):
+ONNX Runtime (available for Linux, Windows, and Mac):
33
34
```pip install onnxruntime```
35
@@ -44,7 +44,7 @@ We tested with pytorch/caffe2 and onnxruntime and unit tests are passing for tho
44
We tested with tensorflow 1.5-1.12 and anaconda **3.5,3.6**.
45
46
# Installation
47
-## From Pypi
+## From pypi
48
```pip install -U tf2onnx```
49
50
## From Source
0 commit comments