added instructions for mac

This commit is contained in:
Somdev Sangwan 2023-05-30 08:26:28 +05:30 committed by GitHub
parent f8a0e89892
commit c39485bca0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,6 +38,12 @@ cd onnxruntime
pip install build/Linux/Release/dist/*.whl
```
### Mac
```
pip uninstall onnxruntime
pip install onnxruntime-silicon
```
## Usage
> Note: When you run this program for the first time, it will download some models ~300MB in size.