Update README.md

This commit is contained in:
powderluv
2022-06-06 23:15:39 -07:00
committed by GitHub
parent 6fb415e149
commit abcf99ae69

View File

@@ -37,6 +37,7 @@ This step pip installs SHARK and related packages on Linux Python 3.7, 3.8, 3.9,
```shell
pip install nodai-shark -f https://github.com/nod-ai/SHARK/releases -f https://github.com/llvm/torch-mlir/releases -f https://github.com/nod-ai/shark-runtime/releases --extra-index-url https://download.pytorch.org/whl/nightly/cpu
```
If you are on an Intel macOS machine you need this [workaround](https://github.com/nod-ai/SHARK/issues/102) for an upstream issue.
### Download and run Resnet50 sample
```shell