From 1a1ca54a10487720f77aac14404e92af75e201db Mon Sep 17 00:00:00 2001 From: Yuanqiang Liu Date: Mon, 30 Sep 2024 16:42:38 +0800 Subject: [PATCH] update build.sh --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 19388d75b..20a3d5db5 100644 --- a/build.sh +++ b/build.sh @@ -20,5 +20,5 @@ cmake -GNinja -Bbuild \ -DTORCH_MLIR_ENABLE_LTC=OFF \ $(pwd)/externals/llvm-project/llvm -cmake --build build --target TorchMLIRPythonModules TorchMLIRJITIRImporterPybind check-torch-mlir-pt1 check-torch-mlir +cmake --build build --target TorchMLIRPythonModules TorchMLIRJITIRImporterPybind TorchMLIRE2ETestPythonModules check-torch-mlir-pt1 check-torch-mlir