drbh
drbh
Hey @o1iv3r thanks for sharing! I'll try to reproduce soon and share an update here.
Hey @philippgille I would love to help as much as I can - bit busy at the time but I just pushed a PR with what seems like most of...
bumping this issue and tagging @RaitoBezarius It appears this library is not up to date with the latest key verification protocol. The `KeyVerificationEvent` are missing both `KeyVerificationRequest` and `KeyVerificationReady`. I...
Apologies if you are not one of the maintainers! I just saw the last commit was made by you. Is there someone who is actively maintaining this project that would...
Hi @PaarthShah thank you for the quick response. I believe the details of the verification flow are documented here: https://spec.matrix.org/v1.9/client-server-api/#key-verification-framework copy of the high level flow for reference > In...
hi @adinin, I believe the issue is related to the type of the `bos_token` and `eos_token` in the `tokenizer_config.json`. Currently TGI expects the tokens to be of type string but...
Hi @vibhorag101 the issue is likely due to the `.strip()` method which is not supported by TGI at the moment. TGI currently strictly supports the jinja spec which uses `|...
hi @binarycrayon have you been able to resolve this issue by ensuring that the `tokenizer_config.json` contains a valid `chat_template`? --- Regarding others who are having issues. The template error messages...
closing in favor of more recent work that implements large parts of this PR https://github.com/huggingface/text-generation-inference/pull/202
woops sorry about that bad copy/paste 😅 I've updated the comment above