Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels