idiap / fast-transformers

Pytorch library for fast transformer implementations
1.65k stars 179 forks source link

Cant install on colab #18

Closed hadaev8 closed 4 years ago

hadaev8 commented 4 years ago

Here is notebook https://colab.research.google.com/drive/1mlkd7D1s9qs9aryXu7X1ArMevRTGYXfR?usp=sharing

ghost commented 4 years ago

Colab now uses pytorch v1.6. You can downgrade to 1.5.1 via:

!pip uninstall torch
!pip install torch==1.5.1+cu101 -f https://download.pytorch.org/whl/torch_stable.html
angeloskath commented 4 years ago

Thanks Anthony for the reply (I know it's been two weeks)!

A new release that permanently fixes this will be done before the end of the week.

angeloskath commented 4 years ago

I pushed a fix but I did not yet prepare the release. Probably later today or tomorrow because it will also contain the transformer decoders and the refactored attention builders.