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
changed embedding to hkunlp/instructor-large and using HuggingFace instead of OpenA. Keeps getting the following error:
ValueError: Error raised by inference API: Input validation error: inputs must have less than 1024 tokens. Given: 1062
inputs
I think it is due to the memory.
The text was updated successfully, but these errors were encountered:
Check my pull request (#45) where the "chunk_size" and "max_new_tokens", have been updated, among other improvements.
Sorry, something went wrong.
No branches or pull requests
changed embedding to hkunlp/instructor-large and using HuggingFace instead of OpenA. Keeps getting the following error:
ValueError: Error raised by inference API: Input validation error:
inputs
must have less than 1024 tokens. Given: 1062I think it is due to the memory.
The text was updated successfully, but these errors were encountered: