mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-05 18:40:50 +00:00
Make installers work with mac/windows for big backend change.
This commit is contained in:
@@ -180,7 +180,8 @@ int32_t llmodel_threadCount(llmodel_model model);
|
||||
/**
|
||||
* Set llmodel implementation search path.
|
||||
* Default is "."
|
||||
* @param path The path to the llmodel implementation shared objects.
|
||||
* @param path The path to the llmodel implementation shared objects. This can be a single path or
|
||||
* a list of paths separated by ';' delimiter.
|
||||
*/
|
||||
void llmodel_set_implementation_search_path(const char *path);
|
||||
|
||||
|
Reference in New Issue
Block a user