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
Testing out Efficient KeyLLM + KeyBERT in a pipeline, when the code hits the refinement stage using LLM I get error
"Error while extracting keywords from text: Torch not compiled with CUDA enabled"
This line that breaks the code inside extract keywords class - doc_embeddings = torch.from_numpy(doc_embeddings).float().to("cpu")
doc_embeddings = torch.from_numpy(doc_embeddings).float().to("cpu")
The text was updated successfully, but these errors were encountered:
Thanks for sharing this. Could you share your full code including the full error message?
Sorry, something went wrong.
No branches or pull requests
Testing out Efficient KeyLLM + KeyBERT in a pipeline, when the code hits the refinement stage using LLM I get error
"Error while extracting keywords from text: Torch not compiled with CUDA enabled"
This line that breaks the code inside extract keywords class -
doc_embeddings = torch.from_numpy(doc_embeddings).float().to("cpu")
The text was updated successfully, but these errors were encountered: