HF_ColBERT

#1
by bvk1ng - opened

Hi,

I'm unable to use this module. I'm getting the following error: cannot import name 'HF_ColBERT' from 'transformers'

Hi,

Thanks for the link, so I followed the procedure mentioned in the notebook. But whenever I'm trying to import the colbert using

import colbert

I am getting the following error:

cannot import name 'clone_tensors_for_torch_save' from 'deepspeed.checkpoint.utils' (/home/darthvader/miniconda3/envs/mlenv/lib/python3.10/site-packages/deepspeed/checkpoint/utils.py)

Can you please help me out with this?

Hi,

Apologies for the above error, so I fixed it. It turns out that I had some of the dependencies for Colbert not appropriately installed.

Sign up or log in to comment