TypeError: cannot unpack non-iterable NoneType object
#37
by
Pietroferr
- opened
I found that running with the latest version of transformers==4.48.1
runs into an error: TypeError: cannot unpack non-iterable NoneType object
. Downgrading to 4.42.4 solved the issue
Will there be support for the latest versions of transformers
? Thanks!