mehrdadh commented on PR #14076: URL: https://github.com/apache/tvm/pull/14076#issuecomment-1440511090
@gromero sorry for confusion, you're right. I was expecting a failure and then I wanted to add the fix. But still it doesn't fail. I see the error but it doesn't fail the CI: ``` [2023-02-22T01:55:00.844Z] Error: Option 'board' is required but was not specified. Use --list-options to see all required options. [2023-02-22T01:55:01.102Z] + python3 gallery/how_to/work_with_microtvm/micro_mlperftiny.py [2023-02-22T01:55:01.360Z] 2023-02-22 01:55:01.282289: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'libcudart.so.11.0'; dlerror: libcudart.so.11.0: cannot open shared object file: No such file or directory; LD_LIBRARY_PATH: [2023-02-22T01:55:01.360Z] 2023-02-22 01:55:01. ``` Let's figure out why this error doesn't fail the CI and then we can merge this with the fix. -- 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]
