嘉渊
2023-04-25 9f032d0f084c68ae7ef5ec80d0f98a3a45820b76
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