mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-10-29 12:51:09 +00:00
Dlopen better implementation management (Version 2)
This commit is contained in:
@@ -834,8 +834,6 @@ struct GPTJPrivate {
|
||||
|
||||
GPTJ::GPTJ()
|
||||
: d_ptr(new GPTJPrivate) {
|
||||
modelType = modelType_;
|
||||
|
||||
d_ptr->model = new gptj_model;
|
||||
d_ptr->modelLoaded = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user