chengchingwen / Transformers.jl

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

ERROR : downloading on m1 1.7 beta 3 #76

Closed rcherukuri12 closed 2 years ago

rcherukuri12 commented 3 years ago

I keep getting this error: [ Info: loading pretrain bert model: scibert_basevocab_uncased.tfbson ERROR: type DataType has no field mutable

no matter what model type I pick.

rcherukuri12 commented 3 years ago

Any info on this problem ?

chengchingwen commented 3 years ago

Probably because currently we don't support 1.7 but I haven't test it yet.

chengchingwen commented 2 years ago

You would need to update to BSON v0.3.4 for working with Julia v1.7 https://github.com/JuliaIO/BSON.jl/pull/99