Hi @tqchen,
tvmc
saves directly the .so
, .params
and .json
in the the .tar
file it generates. This happens in tvmc/compiler.py
. I might be wrong, but probably this is because it doesn’t want to store the .c
files in the final artifact (@leandron, can you confirm this?).