mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-07 03:20:26 +00:00
fixed finding model libs
This commit is contained in:
@@ -76,9 +76,18 @@ public:
|
||||
static const Implementation *implementation(std::ifstream& f, const std::string& buildVariant);
|
||||
static LLModel *construct(const std::string &modelPath, std::string buildVariant = "default");
|
||||
|
||||
static inline void setImplementationsSearchPath(const std::string& path) {
|
||||
m_implementations_search_path = path;
|
||||
}
|
||||
static inline const std::string& implementationsSearchPath() {
|
||||
return m_implementations_search_path;
|
||||
}
|
||||
|
||||
protected:
|
||||
const Implementation *m_implementation = nullptr;
|
||||
|
||||
void recalculateContext(PromptContext &promptCtx, std::function<bool(bool)> recalculate);
|
||||
static std::string m_implementations_search_path;
|
||||
|
||||
};
|
||||
#endif // LLMODEL_H
|
||||
|
Reference in New Issue
Block a user