Does relax support dynamic graph inferring on GPU now?

Does relax support dynamic graph inferring on GPU now? I mean end2end auto building and inferring. one can import AI Model from any tvm frontend, and use relax.build() with GPU as target, and run the compiled module to get correct result.

Yes, checkout https://github.com/mlc-ai/mlc-llm which uses relax and relies on dynamic shape for LLMs