Liquid AI org

For me the code did not work out of the box. The issue is that apply_chat_template with tokenize=True + return_tensors="pt" returns a BatchEncoding object, but model.generate() expects a plain tensor. Small fix should do the trick.

mlabonne changed pull request status to merged

Sign up or log in to comment