Skip to content

Commit

Permalink
Revert to the last tag for onnx-mlir.
Browse files Browse the repository at this point in the history
  • Loading branch information
uazizTT committed Aug 1, 2024
1 parent d520127 commit 96a7c41
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ jobs:
-DCMAKE_BUILD_TYPE=${{ matrix.build.build_type }} \
-DTTMLIR_ENABLE_RUNTIME=${{ matrix.build.enable_runtime }} \
-DTTMLIR_ENABLE_RUNTIME_TESTS=${{ matrix.build.enable_runtime }} \
-DTTMLIR_ENABLE_ONNX_MLIR=ON \
-S ${{ github.workspace }}
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion third_party/onnx-mlir.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
include(ExternalProject)

set(ONNX_MLIR_VERSION "53992f23b7184d24117702dc532a7aa5cdb8cbec")
set(ONNX_MLIR_VERSION "v0.4.2.0")

ExternalProject_Add(
onnx-mlir
Expand Down

0 comments on commit 96a7c41

Please sign in to comment.