added instructions for mac
This commit is contained in:
parent
f8a0e89892
commit
c39485bca0
@ -38,6 +38,12 @@ cd onnxruntime
|
|||||||
pip install build/Linux/Release/dist/*.whl
|
pip install build/Linux/Release/dist/*.whl
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Mac
|
||||||
|
```
|
||||||
|
pip uninstall onnxruntime
|
||||||
|
pip install onnxruntime-silicon
|
||||||
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
> Note: When you run this program for the first time, it will download some models ~300MB in size.
|
> Note: When you run this program for the first time, it will download some models ~300MB in size.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user