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!
Hi. We suggest users to follow the install package version as follows: https://huggingface.co/nvidia/NV-Embed-v2#2-required-packages
I was facing same issue what shall i do
I encountered the same error. Previously, I was using transformers version 4.49.0. After downgrading to version 4.46.2, the issue was resolved.