Open mycpuorg opened 2 years ago
I noticed this comment: https://github.com/neo-ai/neo-ai-dlr/blob/a8afcafbcc8c43b734faf092b2f4dd7e8fe40ea0/src/dlr_common.cc#L124
Promotes confusing logic while determining backend from model elem
If TVM_LIB (.so) found but TVM_PARAMS (.params) not found it will return DLRBackend::kTREELITE.
TVM_LIB
TVM_PARAMS
DLRBackend::kTREELITE
Treelite mode has has one file - .so file.
.so
I noticed this comment: https://github.com/neo-ai/neo-ai-dlr/blob/a8afcafbcc8c43b734faf092b2f4dd7e8fe40ea0/src/dlr_common.cc#L124
Promotes confusing logic while determining backend from model elem