You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To generate the embeddings in a reasonable time, I modified the retriever config batch size with batch_size: 512. However, as I am looking at my nvidia-smi board, it seems to be very heavily imbalanced.
Hi!
I've been trying to run the following command --
python bergen.py retriever=splade-v3 reranker=debertav3 dataset=popqa
To generate the embeddings in a reasonable time, I modified the retriever config batch size with
batch_size: 512
. However, as I am looking at mynvidia-smi
board, it seems to be very heavily imbalanced.Can anyone please help me with this? I am using transformers v4.46.3 and torch v2.3.0+cu121
The text was updated successfully, but these errors were encountered: