You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Greetings!
I've been testing the new merge method NuSLERP. It always returns this, no matter the config:
Input should be a valid dictionary or instance of GatherTensors [type=model_type, input_value=PermutedEmbeddings(gather...ride_architecture=None)), input_type=PermutedEmbeddings]
My OS is Fedora Linux. I've updated all the dependencies. This seems to be an issue with the code of NuSLERP. I've tried to check the source code, and can't find why, how and where it creates PermutedEmbeddings instead of GatherTensors (isn't PermutedEmbeddings part of GatherTensors in the source code?). But I'm a novice at this, so I don't know.
The text was updated successfully, but these errors were encountered:
Greetings!
I've been testing the new merge method NuSLERP. It always returns this, no matter the config:
My OS is Fedora Linux. I've updated all the dependencies. This seems to be an issue with the code of NuSLERP. I've tried to check the source code, and can't find why, how and where it creates PermutedEmbeddings instead of GatherTensors (isn't PermutedEmbeddings part of GatherTensors in the source code?). But I'm a novice at this, so I don't know.
The text was updated successfully, but these errors were encountered: