We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23c7a7b commit bc76822Copy full SHA for bc76822
tests/smoke_test/benchmark_smoke/conftest.py
@@ -151,7 +151,7 @@ def convert_models_to_tvm(use_caffe: bool = False):
151
f'-w {OUTPUT_DIR}/public/googlenet-v1/googlenet-v1.caffemodel '
152
f'-op {OUTPUT_DIR}/public/googlenet-v1/ -f caffe')
153
tvm_compiler = (f'cd {OUTPUT_DIR} && python3 {TVM_COMPILER} -m alexnet.json '
154
- '-p alexnet.params -t llvm --lib_name alexnet_vm.so -vm')
+ '-p alexnet.params -t llvm --lib_name alexnet_vm.so -high_lever_api RelayVM')
155
156
if use_caffe:
157
execute_process(command_line=caffe_to_tvm_converter, log=log)
0 commit comments