gromero commented on code in PR #13324: URL: https://github.com/apache/tvm/pull/13324#discussion_r1017216300
########## 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: @mehrdadh I think that's actually interesting / important info: the constant is determined experimentally, it really good to have comment about it as @alanmacd requested, I don't even consider it a nit :-) -- 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]
