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
Because of the new rustc standards, transformers==4.30.2 no longer compiles correctly in the newest Rust compiler. Because of this, I am unable to install the DAAM package. To fix the issue, I locally installed the package and changed the requirements.txt from transformers==4.30.2 to transformers. The issue resolved and I could install the entire package. I hope this helps anyone with the new rust compiler version.
The text was updated successfully, but these errors were encountered:
Because of the new rustc standards, transformers==4.30.2 no longer compiles correctly in the newest Rust compiler. Because of this, I am unable to install the DAAM package. To fix the issue, I locally installed the package and changed the requirements.txt from
transformers==4.30.2
totransformers
. The issue resolved and I could install the entire package. I hope this helps anyone with the new rust compiler version.The text was updated successfully, but these errors were encountered: