I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:185] None of the MLIR Optimization Passes are enabled (registered 2)

I’m trying to run a voila notebook on my local machine it gives me the error above although I developed the code on Google Colab and works well even in jupyter notebook the code running without problems the only problem is when I render the code using /voila/render the code not working

Check:

https://tensorflow-prod.ospodiscourse.com/t/none-of-the-mlir-optimization-passes-are-enabled/2247/16?u=bhack

These for switched to info level at vlog 1 now and shouldn’t have any effect as not enabled by default. Could you check to see if you have any other errors reported? Previous instances where folks saw this turned out to be due to giving wrong file path to an op or the like and the real error message was interspersed with other logging.

1 Like