Skip to content

Commit dd759a2

Browse files
Ghost-LZWlanzongwei.lan
andauthored
Update readme to fit new project structure (#2548)
Co-authored-by: lanzongwei.lan <[email protected]>
1 parent 1a064cd commit dd759a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ Standalone script to Convert a PyTorch ResNet18 model to MLIR and run it on the
8282

8383
```shell
8484
# Get the latest example if you haven't checked out the code
85-
wget https://raw.githubusercontent.com/llvm/torch-mlir/main/examples/torchscript_resnet18.py
85+
wget https://raw.githubusercontent.com/llvm/torch-mlir/main/projects/pt1/examples/torchscript_resnet18.py
8686

8787
# Run ResNet18 as a standalone script.
88-
python examples/torchscript_resnet18.py
88+
python projects/pt1/examples/torchscript_resnet18.py
8989

9090
load image from https://upload.wikimedia.org/wikipedia/commons/2/26/YellowLabradorLooking_new.jpg
9191
Downloading: "https://download.pytorch.org/models/resnet18-f37072fd.pth" to /home/mlir/.cache/torch/hub/checkpoints/resnet18-f37072fd.pth

0 commit comments

Comments
 (0)