嘉渊
2023-05-15 e610c8ce00867bb2a8bc6ca2373c1454b26a1b5c
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