Younes B

Results 471 comments of Younes B

Hi @Sumanth077 , I have just replied on your PR, let's continue the discussion there ;)

Hi @ka00ri ! Thanks a lot for your message and interest in contributing! Would love to assist you for integrating `ViLT` into `BetterTransformer` 💪 That is correct, this layer has...

Hello @JanFidor Yes sure! @soma2000-lang perfect, let us know when you open a PR 💪 !

I see, thanks for clarifying. I will double check that and let you know

Thanks for letting me know! Indeed these are already implemented I can propose you to add BetterTransformer support for `Blip` (updated the table above)

Hi everyone, not sure if this is related but this might be fixed on peft main: https://github.com/huggingface/transformers/issues/28770#issuecomment-1935819776 see this comment from @pacman100

Hi @prakamya-mishra Thanks for the issue Can you please update `trl` ? `pip install --upgrade trl` should be solved in https://github.com/lvwerra/trl/pull/190

Hi @youngwoo-yoon Thanks for the issue! What is your version of `accelerate` ? With the latest version (`0.15.0`) & same pytorch version I get (on a NVIDIA T4) on the...

Thanks for the details! I still did not managed to reproduce, can you try this snippet instead: ``` import torch from transformers import AutoModelForCausalLM, AutoTokenizer model_name = 'EleutherAI/gpt-neo-125M' model =...

I am slightly unsure here about what could be causing the issue but I suspect it's highly correlated to the fact that you're running your script under two RTX A6000...