haoneng.lhn
2023-04-10 0efa2aa971f3a1365ea488a8b05f89b3ea9bce0b
funasr/runtime/onnxruntime/include/Model.h
@@ -13,5 +13,5 @@
    virtual std::string rescoring() = 0;
};
Model *create_model(const char *path,int nThread=0);
Model *create_model(const char *path,int nThread=0,bool quantize=false);
#endif