Update README.md

This commit is contained in:
powderluv
2022-06-06 14:07:36 -07:00
committed by GitHub
parent 14047fa89e
commit 39f00a8404

View File

@@ -25,7 +25,7 @@ pip install nodai-shark -f https://github.com/nod-ai/SHARK/releases -f https://g
```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 pillow requests tqdm torch --extra-index-url https://download.pytorch.org/whl/nightly/cpu
pip install --pre torch torchvision torchaudio tqdm pillow --extra-index-url https://download.pytorch.org/whl/nightly/cpu
python ./resnet50_script.py --device="cpu" #use cuda or vulkan or metal
```