File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
9090load image from https://upload.wikimedia.org/wikipedia/commons/2/26/YellowLabradorLooking_new.jpg
9191Downloading: " https://download.pytorch.org/models/resnet18-f37072fd.pth" to /home/mlir/.cache/torch/hub/checkpoints/resnet18-f37072fd.pth
You can’t perform that action at this time.
0 commit comments