idiap / fast-transformers

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

Any chance for pre-built binaries? #55

Open umbertov opened 3 years ago

umbertov commented 3 years ago

Build times for this package can be quite slow (>15 minutes), and sometimes this is not ideal, like when this package is used in a ephemeral environment such as Colab or Kaggle.

So, as the title says, are you planning to do some automated builds for this package?

angeloskath commented 3 years ago

Hi,

I totally agree this is very quickly becoming a must. However, it is something that cannot be done lightly. Most likely it should be automated using github actions at least for x86_64 and various CUDA versions.

I don't think it will be done very quickly but it is something that bothers me as well so it will surely be done.

Cheers, Angelos