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
Lately in this commit huggingface/transformers#35757 HF slightly changed the args to XXXForCausalLM.forward method. We should make our FLCE compatible with the latest version
Reproduce
No response
Versions
transformers==4.48.3
The text was updated successfully, but these errors were encountered:
yundai424
changed the title
[transformers][FLCE] make compatible with latest (>=4.48) XXXForCausalLM.forward APIs
[transformers][FLCE] make compatible with latest (>=4.49.0) XXXForCausalLM.forward APIs
Feb 20, 2025
🐛 Describe the bug
Lately in this commit huggingface/transformers#35757 HF slightly changed the args to
XXXForCausalLM.forward
method. We should make our FLCE compatible with the latest versionReproduce
No response
Versions
transformers==4.48.3
The text was updated successfully, but these errors were encountered: