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
Currently torch compiling the default llama model will generate a warning re: being unable to lower complex numbers.
torch/_inductor/lowering.py:1639: UserWarning: Torchinductor does not support code generation for complex operators. Performance may be worse than eager.