Export escn_l6_m2_lay12_2M_s2ef_export_cuda_9182024
using aot_inductor
#1000
Labels
escn_l6_m2_lay12_2M_s2ef_export_cuda_9182024
using aot_inductor
#1000
What would you like to report?
I want to use the exported
escn_l6_m2_lay12_2M_s2ef_export_cuda_9182024.pt2
as a shared library usingtorch._export.aot_compile
. I tried the naive attempt as following:But i get the following error:
I tried different variations of it such as:
But i keep getting variations of above error with permutations of
arg_*
.What is easiest way to convert this model to a
.so
file?Also there seem to be a mismatch between
escn_l6_m2_lay12_2M_s2ef.pt
andescn_l6_m2_lay12_2M_s2ef_export_cuda_9182024.pt2
.pt2
file lists number of parameters asbut the
escn_l6_m2_lay12_2M_s2ef.pt
checkpoint only has 51852408 parameters.The text was updated successfully, but these errors were encountered: