Closed robertfeldt closed 2 years ago
You would need Transformers.jl with version 0.1.15 at least. The CUDA package doesn't require cuda devices. That was an API change of their macro that cause this error, and it is fixed in 0.1.15 release.
Thanks, things seem to work well after I installed Transformers#master
instead. Thanks for the great package.
I can add without problems:
but then there is an ArgumentError on precompile:
This is on a MacBook so there is no CUDA. Maybe it doesn't make sense to use Transformers on this machine? Any input/advice welcome.