Use tvm on windows

as currently , i have build the tvm model of
{ deploy_lib.tar \ deploy_graph.json \ deploy_param.params} on ubuntu with python,

now i want use the model on windows with VS

i need to rebuild and save my model with windows TVM ,yes ?

or i can use the ubuntu build json & lib & params, through C++ to load the model ?

AFAIK if you are referring to the .so library, then that is for Linux only and not Windows compatible. You should be able to rebuild the library for Windows.