Closed atantos closed 1 year ago
This is an error of displaying the model. The downloading is finishing correctly, so you could still use the model.
However, I cannot reproduce the error, what is the version of julia, Transformers.jl, and AbstractTrees.jl? (you can find it by typing ]st -m
in the REPL)
Thanks for the quick response!
Julia: 1.8.0 Transformers.jl: 0.1.25 AbstractTrees.JL: 0.4.3
I just started experimenting with the huggingface hub through Transformers.jl and the error message gave the impression that the model was not there. As a suggestion, probably, a more informative error message might help a different new user of the package.
Thanks, again.
Ok, looks like AbstractTrees 0.4 is too new for Transformers. I'll need to update the display functions.
If you want to quickly bypass the issue, you could downgrade AbstractTrees to 0.3. (or just ignore the error since it's just a bug of displaying).
Should be fixed on master branch
Ok, looks like AbstractTrees 0.4 is too new for Transformers. I'll need to update the display functions.
If you want to quickly bypass the issue, you could downgrade AbstractTrees to 0.3. (or just ignore the error since it's just a bug of displaying).
Great!
Hi! Am trying to download and use a huggingface pre-trained model and I get the following error related to
print_tree()
. I suspect this is a bug.