Results 113 comments of wirthual

See: https://huggingface.co/nomic-ai/colnomic-embed-multimodal-7b/discussions/2

Hi, thank you for the detailed description. From the error I would assume the captcha was either removed or the site structure changed. If its number one, we can simply...

Nice, we should probably also extend the tests to cover 3.13 then

@michaelfeil What do you think is the preferred way forward with this issue. Should bettertransformers be dropped from infinity or should some version check for `transformers>4.49` be introduced for backwards...

This branch should overcome this problem: #600. Happy to receive feedback if its working as intended.

Hi, thanks for your suggestion. Looks like https://huggingface.co/BAAI/BGE-VL-base is based on a CLIP model. Infinity already supports clip models. How did you run the model and which errors did you...

Just checked, the current check is only applied to images provided via URL. The linked PR applies the check to all methods. With the check, the server returns a "Bad...

I added additional changes in this branch: #614 @scottt732 Could you give this branch a spin and report back if it solves your issue?

Just verified setting `v2 --url-prefix /v1` works as intended. Used command to start server: ``` infinity_emb v2 --url-prefix /v1 --port 8000 ``` Result from curl command from above: ``` curl...

There is an experimental PR #641 which should work around this issue. Can you try it out and report back if it works for you? ```bash git clone -b better_transformer_clone...