mehrdadh commented on code in PR #13324: URL: https://github.com/apache/tvm/pull/13324#discussion_r1016956677
########## src/runtime/crt/host/microtvm_api_server.py: ########## @@ -35,6 +37,18 @@ IS_TEMPLATE = not os.path.exists(os.path.join(PROJECT_DIR, MODEL_LIBRARY_FORMAT_RELPATH)) +MEMORY_SIZE_BYTES = 2 * 1024 * 1024 Review Comment: added, it's not an interesting reason. It's basically chosen to pass CRT tests in TVM -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
