Aritra Dutta
Aritra Dutta
I have been trying to fetch the best matched document given a query. But the code given in the examples seems to work only pairwise, given a query and document...
I am trying to finetune the ColBERT v1.9 on my specific dataset for retrieval, but unable to do so. I encountered the below error:- torch.distributed.DistBackendError: NCCL error in: /opt/conda/conda-bld/pytorch_1702400431970/work/torch/csrc/distributed/c10d/ProcessGroupNCCL.cpp:1333, invalid...
### 是否已有关于该错误的issue或讨论? | Is there an existing issue / discussion for this? - [X] 我已经搜索过已有的issues和讨论 | I have searched the existing issues / discussions ### 该问题是否在FAQ中有解答? | Is there an...
We have the method "model.batch_answer( batch )", but what if I just want to get the logits before the decoding part. Something like using only the forward method "logits =...
I am using a Quantised Qwen VL 2B model, I loaded that as a base model then passed the same to initialise a trained xlora model as follows: ``` base_model...
If we check the stack trace, we would see that the forward pass of the vision mode,l which is basically a SigLip Encoder, is failing, causing the ultimate model.generate() fail....