[Hexagon] compiled model.so is too small compared to the original onnx model

Hi, I’m trying to run a simple resnet model on Hexagon CDSP V68 following tvm/apps/hexagon_launcher at main · apache/tvm · GitHub below is the python code to convert onnx model to generate model.so

The code finishes without error,but the generated model.so is only 397k. 截屏2024-04-11 下午2.50.12 The model.so is supposed to contain model weight right? is there any extra steps which I am missing?