This commit is contained in:
Richard Guo 2023-06-02 11:01:57 -04:00 committed by AT
parent 67b7641390
commit fb09f412ff

View File

@ -77,7 +77,6 @@ const std::vector<LLModel::Implementation> &LLModel::implementationList() {
} }
}; };
const char *custom_impl_lookup_path = getenv("GPT4ALL_IMPLEMENTATIONS_PATH");
search_in_directory(m_implementations_search_path); search_in_directory(m_implementations_search_path);
#if defined(__APPLE__) #if defined(__APPLE__)
search_in_directory("../../../"); search_in_directory("../../../");