mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-06-22 21:48:23 +00: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
|
// Add to list if model implementation
|
||||||
try {
|
try {
|
||||||
Dlhandle dl(std::filesystem::absolute(p).string());
|
Dlhandle dl(p.string());
|
||||||
if (!Implementation::isImplementation(dl)) {
|
if (!Implementation::isImplementation(dl)) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user