chengchingwen / Transformers.jl

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

Update Compat #62

Closed lazarusA closed 3 years ago

lazarusA commented 3 years ago

Hi, when installing Transformers the following main downgrades happens: (this is in Julia 1.6, it works but not with the latest versions)

Flux v0.12.3 ⇒ v0.12.1 CUDA v3.2.1 ⇒ v2.6.3 DataStructures v0.18.9 ⇒ v0.17.20 Flux v0.12.3 ⇒ v0.12.1

any change to increase compatibility with the latest releases ?

cheers!

chengchingwen commented 3 years ago

Should be solved with the new release