Raushan Turganbay

Results 117 comments of Raushan Turganbay

Added a label and commit to trigger slow tests but I am not sure if they will run, because it requires an access token. EDIT: Ah, I see there're no...

@ethanc8 this PR doesn't support image generation and forces image tokens to have ~0 probability of getting chosen as the next token

Answered the question in another thread, not related to this PR. Please open an issue if you still encounter the error after updating transformers :)

The tests will be failing until we add the templates on the hub. I will ping when we decide how to tackle the breaking change and it's is ready for...

Removed default chat templates (#31733 already removed all defaults) and added a hack to load chat templates from a separate json file called "chat_template.json". We can leave it as is...

@amyeroberts I deleted a comment that it's a temporary hack, as we decoded to leave templates in their own json files. Ready for the final review

I encountered something today on how we handle chat templates in some existing models (llava-next-video). Llava-next-video was merged exactly at the moment when we merged chat-template PR and thus has...