Errors on The state dictionary
When i try:
RAG_used = RAGPretrainedModel.from_pretrained("jinaai/jina-colbert-v2")
I got :
ValueError: The state dictionary of the model you are trying to load is corrupted. Are you sure it was properly saved?
flash_attn has strict cuda, rocm requirement. Would it be possible to use the new model cpu only or even mps?
I got the same error when trying to initialize model with Colbert Checkpoint. flash-attn is installed and its version is 2.6.3. Is there any way to fix this?
Getting the same error during training, but inference works fine with Ragatouille.
Getting the same error during training, but inference works fine with Ragatouille.
could you give an example of how you run inference? I get an error with RAGPretrainedModel.from_pretrained
, is there a different way to run inference from a pretrained model?