chengchingwen / Transformers.jl

Julia Implementation of Transformer models
MIT License
526 stars 75 forks source link

Try to fix compat hell #185

Closed cpfiffer closed 6 months ago

cpfiffer commented 6 months ago

See #175. I manually worked through the compat issues. This may or may not be resolvable by others, I'm still testing, but at the very least this is something that works.

cpfiffer commented 6 months ago

Should address https://github.com/chengchingwen/Transformers.jl/issues/173 as well.

chengchingwen commented 6 months ago

Please check #178 and #180

cpfiffer commented 6 months ago

Seems like you got it then -- I'll close.

cpfiffer commented 6 months ago

For anyone interested in just getting Transformers.jl up and running with CPU only, this repo contains the code to do so. CUDA support is non-functional as far as I can tell, so please only use this if you just want something that is Pkg addable.