transformers 4.35.3 is not released yet right ?
in order for code snippets to work , we need transformers 4.35.3 to be released but it is not yet released , either it is not on tagged branches or releases
Hi
@mohan007
Yes it is not released yet, we will announce the integration once https://github.com/huggingface/transformers/pull/27662 gets merged and should be added in the next release
When is the next release waiting for that
We just merged the PR, you can try to run the model by installing transformers from source:
pip install -q git+https://github.com/huggingface/transformers.git
Have also a look at the google colab demo: https://colab.research.google.com/drive/1qsl6cd2c8gGtEW1xV5io7S8NHh-Cp1TV?usp=sharing
Thanks
We just merged the PR, you can try to run the model by installing transformers from source:
pip install -q git+https://github.com/huggingface/transformers.git
Have also a look at the google colab demo: https://colab.research.google.com/drive/1qsl6cd2c8gGtEW1xV5io7S8NHh-Cp1TV?usp=sharing
Any speeds up from flash attention we could expect than the original inference from original research author repo