From 98bf329d1e2e88565a84df749ff29e4366abfa3c Mon Sep 17 00:00:00 2001 From: Hanchen Ye Date: Wed, 23 Mar 2022 21:26:41 -0500 Subject: [PATCH] [Readme] Add verified Torch-MLIR SHA to instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6112b8e..709ba93 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ $ pyscalehls.py test_gemm.c -f test_gemm > test_gemm_pyscalehls.cpp ``` ## Compiling PyTorch Model -If you have installed [Torch-MLIR](https://github.com/llvm/torch-mlir), you should be able to run the following test: +If you have installed [Torch-MLIR](https://github.com/llvm/torch-mlir) with SHA [ea371a9](https://github.com/llvm/torch-mlir/tree/ea371a9bf2860cf5f0741b28b0bf68e9a9c3d08b), you should be able to run the following test: ```sh $ cd samples/pytorch/resnet18