cgisky1980
2023-03-23 60d5ac64c1415d7cfd4e9e96f14a89eb20bc9074
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