Skip to content

Commit

Permalink
Changed Explorer Hash - Frontend Fix (#2097)
Browse files Browse the repository at this point in the history
- Changed Explorer Hash to apply frontend fix to fix misloaded
model_paths in explorer.
- PR closes #2078
  • Loading branch information
vprajapati-tt authored Feb 5, 2025
1 parent 28333a7 commit c216193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/explorer/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ include(ExternalProject)
set(TT_EXPLORER_SCRIPT ${CMAKE_CURRENT_SOURCE_DIR}/run.py)
set(TTMLIR_BUILD_BIN_DIR ${TTMLIR_BINARY_DIR}/bin)

set(MODEL_EXPLORER_VERSION "982ffed8dfc9383dcb532b51232e579fa18f68ae")
set(MODEL_EXPLORER_VERSION "5be0dda742f81a7dcc8aeec90afd40198cc686a2")
ExternalProject_Add(
model-explorer
PREFIX ${CMAKE_CURRENT_SOURCE_DIR}/model-explorer
Expand Down

0 comments on commit c216193

Please sign in to comment.