You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GPT4All-J requires different cpp bindings than llama.cpp, and uses a specific version of ggml.
In order to support cases like this it might be useful to have a plugin architecture where llama.swift can load different generation plugins which run prediction in an isolated context (but with the support of the core functionality of llama.swift)
The text was updated successfully, but these errors were encountered:
GPT4All-J requires different cpp bindings than llama.cpp, and uses a specific version of ggml.
In order to support cases like this it might be useful to have a plugin architecture where llama.swift can load different generation plugins which run prediction in an isolated context (but with the support of the core functionality of llama.swift)
The text was updated successfully, but these errors were encountered: