TypeError: cannot unpack non-iterable NoneType object
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.
Hi. We suggest users to follow the install package version as follows: https://huggingface.co/nvidia/NV-Embed-v2#2-required-packages
thank you very much, I tried to fix this bug for so long