ImageBind icon indicating copy to clipboard operation
ImageBind copied to clipboard

Fix: bpe was not included as data into package.

Open ericschreiber opened this issue 1 year ago • 0 comments

Hi, thanks for the cool ideas and ease of use : )

I (probably also others) just wanted to use this as a package. For the text embeddings to work, one needs to include the bpe tokenizer. This file was not included into the package. This should be fixed and this package can be used out of different directories now with the standard package builds.

python setup.py bdist_wheel

Then install the package with pip:

pip install dist/*.whl

I hope this quick fix gets accepted :blush:

Best regards, Eric

ericschreiber avatar Mar 20 '24 15:03 ericschreiber