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(test): use ONNX-compatible model for SemanticRouterIntegrationTest
The test was using sentence-transformers/all-mpnet-base-v2, which no longer has ONNX format on HuggingFace (only SafeTensors). Changed to sentence-transformers/all-MiniLM-L6-v2 which has proper ONNX support.
This fix resolves CI failures where model download failed with:
"Model uses SafeTensors format which is not supported. ONNX format is required."
0 commit comments