wirthual
wirthual
The changes are released and the embedding response is compatible with the openai response now.
https://github.com/bundesAPI/deutschland/pull/148 Implementiert die Grundfunktionalitaet die artikel zu laden, folgt aber noch nicht den Links um die bilder und weitere informationen zu laden.
Hi @molntamas , thanks for the detailed report. You can disable the warmup using the `--no-model-warmup` flag.
Hi, might be the missing architecture field, I added a PR to add it. Can you try with ` --revision refs/pr/3`? ``` infinity_emb v2 --model-id google/siglip2-large-patch16-384/ --revision refs/pr/3 ```
One step closer. Can you update the package `transformers==4.51.3`? That should do the trick.
Try to go around poetrys version checking by using pip: 'poetry run pip3 install transformers==4.51.3'
Hi, thanks for flagging this. You could try to regenerate the client with a newer version of the openapi generator. Would be very interesting to see if the updated generator...
I am happy to work on that.
Similar type of Error of CI observed [here](https://github.com/michaelfeil/infinity/actions/runs/11472064124/job/31924021168?pr=438) ``` UNEXPECTED EXCEPTION: LocalEntryNotFoundError('An error happened while trying to locate the file on the Hub and we cannot find the requested files...
Hi @shatealaboxiaowang , You are able to run colbertv2 with infinity like so: ```bash infinity_emb v2 --model-id colbert-ir/colbertv2.0 ```