Alazar
Alazar
whoops I attached the wrong one, i have attached the correct one below. thank you @Rocketknight1! Edit: i can't seem to repro that error now, I will look into it...
Thank you @Rocketknight1!. There is another test failure I could use your help on. For `test_resize_token_embeddings`, the input `pixel_values` is `CHW` without the batches N, which code is responsible for...
Hi @Rocketknight1, Happy holidays! I have a few more questions. I have less test failures now but I can't wait to get this model working end-to-end. I am using the...
Got it, thank you @Rocketknight1! let me try that. ( i accidentally replied from another email, sorry for confusion, i deleted it)
Hi @Rocketknight1 - I am still having issues loading the idefics-9b model, Main issue right now is in the call to `TFIdeficsForVisionText2Text.from_pretrained`, `image_attention_mask` is None in TFIdeficsMainLayer. It looks like...
@Rocketknight1 @ArthurZucker - I want to port this model to TF. I found Keras model weights on Kaggle: https://www.kaggle.com/models/google/gemma but I can't find the modeling code for it anywhere, If...
Thank you @ArthurZucker & @Rocketknight1. I think auto-translated port of the pytorch code will be better. By the way, is it possible to share that prompt or script for the...
Thank you @Rocketknight1!
Hi all! I am running into compatibility issues when trying to run the tests for gemma locally, there were too many issues on my mac so I am now trying...
ugh thank you @Rocketknight1, not sure how i missed that. I am able to run the tests on the colab now, still issues on my mac since `pip install -e...