Update ReadMe

-Add gsutil installation for resnet50 example
This commit is contained in:
Phaneesh Barwaria
2022-08-25 15:20:05 +05:30
committed by Prashant Kumar
parent 1322ec5935
commit 02d857260c

View File

@@ -47,7 +47,7 @@ If you are on an Intel macOS machine you need this [workaround](https://github.c
```shell
curl -O https://raw.githubusercontent.com/nod-ai/SHARK/main/shark/examples/shark_inference/resnet50_script.py
#Install deps for test script
pip install --pre torch torchvision torchaudio tqdm pillow --extra-index-url https://download.pytorch.org/whl/nightly/cpu
pip install --pre torch torchvision torchaudio tqdm pillow gsutil --extra-index-url https://download.pytorch.org/whl/nightly/cpu
python ./resnet50_script.py --device="cpu" #use cuda or vulkan or metal
```