Dlopen better implementation management (Version 2)

This commit is contained in:
niansa
2023-05-31 21:37:25 +02:00
committed by Adam Treat
parent 92407438c8
commit a3d08cdcd5
7 changed files with 80 additions and 47 deletions

View File

@@ -95,8 +95,6 @@ struct LLamaPrivate {
LLamaModel::LLamaModel()
: d_ptr(new LLamaPrivate) {
modelType = modelType_;
d_ptr->modelLoaded = false;
}