Date INFO load_module mod.so print

Hi, Running a python script calling tvmc.run(a_tvm_package, inputs=input_data, device=“cpu”) from the Apache-tvm python library (version 0.12.) the message {“date” INFO load_module /tmp/tmpxxxx/mod.so} is print to console for each calling. I have tried to set the environment variables: os.environ[‘TVM_LOG_LEVEL’] = ‘FATAL’ os.environ[‘TVM_LOG_DEBUG’] = ‘DEFAULT=-1’ I have aslo tried to re-direct the stdout & stderr But the message is still printing Is there a way to disable this printing? Thanks

Is there a way to disable this printing