Fix resnet50 vulkan_gui to work with tank models

This commit is contained in:
Anush Elangovan
2022-09-13 19:21:53 -07:00
parent 8d21292d34
commit e212ff2071
2 changed files with 5 additions and 5 deletions

View File

@@ -27,8 +27,8 @@ include(FetchContent)
FetchContent_Declare(
iree
GIT_REPOSITORY https://github.com/iree-org/iree.git
GIT_TAG c4624870a8de85224c3f02f4ea8e26837cd99e2f # 2022-08-12
GIT_REPOSITORY https://github.com/nod-ai/shark-runtime.git
GIT_TAG f5d84869cf4b745cc2461396978886e503861a88
GIT_SUBMODULES_RECURSE OFF
GIT_SHALLOW OFF
GIT_PROGRESS ON