mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-10-01 01:06:10 -04:00
Address review
This commit is contained in:
parent
a0f7d7ae0e
commit
2d566710e5
@ -104,7 +104,7 @@ const std::vector<LLModel::Implementation> &LLModel::Implementation::implementat
|
||||
|
||||
// Add to list if model implementation
|
||||
try {
|
||||
Dlhandle dl(std::filesystem::absolute(p).string());
|
||||
Dlhandle dl(p.string());
|
||||
if (!Implementation::isImplementation(dl)) {
|
||||
continue;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user