mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-11 21:39:11 +00:00
Dlopen better implementation management (Version 2)
This commit is contained in:
@@ -95,8 +95,6 @@ struct LLamaPrivate {
|
||||
|
||||
LLamaModel::LLamaModel()
|
||||
: d_ptr(new LLamaPrivate) {
|
||||
modelType = modelType_;
|
||||
|
||||
d_ptr->modelLoaded = false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user