From 02d857260c2ae04def6bb719b08e8beebe1c97a0 Mon Sep 17 00:00:00 2001 From: Phaneesh Barwaria Date: Thu, 25 Aug 2022 15:20:05 +0530 Subject: [PATCH] Update ReadMe -Add gsutil installation for resnet50 example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dca70701..89c17ac3 100644 --- a/README.md +++ b/README.md @@ -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 ```