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
@IvanYashchuk what transformers version are you using? I'm getting an indexing error with 4.43-ish and a different assertion error (but needs fixing, too) with 4.46.2.
The loss_function property uses the Python re module to parse the loss function config, I wonder if we should allow marking modules as "treat everything here as opaque". Dangerous tool, but I think it might be more reasonable than relying on the internals of transformers. @lantiga for UX thoughts
🐛 Bug
I get the following assertion error from Thunder JIT:
using the following script:
The
transformers
version is 4.45.2The text was updated successfully, but these errors were encountered: