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
I am trying to encode my dataset with multiple CUDA GPU but only one GPU is working
all specified 4 GPU must work
embedding_model = LateInteractionTextEmbedding("jinaai/jina-colbert-v2",cuda=True,device_ids=[0,1,2,3])
descriptions_embeddings = list(embedding_model.embed(documents,parallel=4))
python3.11
v0.4.2
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened?
I am trying to encode my dataset with multiple CUDA GPU but only one GPU is working
What is the expected behaviour?
all specified 4 GPU must work
A minimal reproducible example
embedding_model = LateInteractionTextEmbedding("jinaai/jina-colbert-v2",cuda=True,device_ids=[0,1,2,3])
descriptions_embeddings = list(embedding_model.embed(documents,parallel=4))
What Python version are you on? e.g. python --version
python3.11
FastEmbed version
v0.4.2
What os are you seeing the problem on?
No response
Relevant stack traces and/or logs
No response
The text was updated successfully, but these errors were encountered: