We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
First of all: thank you very much for GPT4All and its bindings!
That said, I'd like to inform you about a problem I encountered: when trying to
const gpt4all = new GPT4All('ggml-gpt4all-j',true)
I got an exception telling me that only gpt4all-lora-[filtered-]quantized would be supported - how can I change that?
gpt4all-lora-[filtered-]quantized
The text was updated successfully, but these errors were encountered:
No branches or pull requests
First of all: thank you very much for GPT4All and its bindings!
That said, I'd like to inform you about a problem I encountered: when trying to
I got an exception telling me that only
gpt4all-lora-[filtered-]quantized
would be supported - how can I change that?The text was updated successfully, but these errors were encountered: