Skip to content

Commit

Permalink
model dir
Browse files Browse the repository at this point in the history
  • Loading branch information
mszhanyi committed Sep 29, 2023
1 parent bc8a4a2 commit d72c87a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ci_build/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -1816,7 +1816,7 @@ def run_onnxruntime_tests(args, source_dir, ctest_path, build_dir, configs):
else:
ctest_cmd = [ctest_path, "--build-config", config, "--verbose", "--timeout", args.test_all_timeout]
run_subprocess(ctest_cmd, cwd=cwd, dll_path=dll_path)
models_dir = os.path.join(os.path.dirname(cwd), "models")
models_dir = os.path.join(build_dir, "models")
run_subprocess([os.path.join(cwd, "onnx_test_runner"), "-j 2", models_dir], cwd=cwd, dll_path=dll_path)

if args.enable_pybind:
Expand Down

0 comments on commit d72c87a

Please sign in to comment.