Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information