[PATCH] D129342: [mlgo] Don't provide default model URLs
Yundi Qian via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 7 22:22:37 PDT 2022
yundiqian accepted this revision.
yundiqian added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/cmake/modules/TensorFlowCompile.cmake:97-98
+ message(FATAL_ERROR "Model path was set to 'download' but there is no"
+ " model url currently specified in cmake. You can generate a model"
+ " using, for example, the tools at http://github.com/google/ml-compiler-opt.")
endif()
----------------
also provide the information about where to find the downloading urls in the error message?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129342/new/
https://reviews.llvm.org/D129342
More information about the llvm-commits
mailing list