error inferentia
#1
by
NickyNicky
- opened
Please use the cli inference in the GitHub repo while we work on a fix for this.
@adarshxs this error is fixed with upgraded transformers library, however it breaks the model load step - the bug seems to be because of the period "." in the name with transformers library. I believe if you remove the period and upgrade transformers it will fix this issue
How to use it with hugging face transformers in python without CLI?
Thanks!