chengchingwen / Transformers.jl

Julia Implementation of Transformer models
MIT License
523 stars 74 forks source link

Use Base.libblas_name instead of LinearAlgebra.BLAS.libblas. #104

Closed jwkvam closed 2 years ago

jwkvam commented 2 years ago

Same as https://github.com/FluxML/NNlib.jl/pull/396.

Also fixed a typo in a code example.

chengchingwen commented 2 years ago

Thanks!