Hi all ,
as i am new on TVM - i am trying to create a project using tvmc on windows.
first i had compiled the model using this cmd:
py -m tvm.driver.tvmc compile pretrainedResnet_quant.tflite --target="c -keys=cpu" --runtime=crt --executor-aot-interface-api=c --executor-aot-unpacked-api=1 --executor-aot-workspace-byte-alignment=8 --executor="aot" --output model.tar --output-format mlf --pass-config tir.disable_vectorize=1
and then wanted to create the project using
py -m tvm.driver.tvmc micro create project model.tar zephyr --project-option project_type=host_driven board=qemu_x86
but this command was failed on: pass_fds not supported on Windows.
am i doing something wrong? any suggestion to overcome this beside to work on Linux?