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
Fix _log_softmax by moving the IsScalar call to the top so it can be
eagerly evaluated.
Also specify the squeeze axis explicitly to improve compatibility with
ORT: microsoft/onnxruntime#21661
This should fix a runtime error in XGLMForCausalLM
0 commit comments