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
perf(embeddings): optimize thread budget for ORT sessions
- Introduce max thread budget based on CPU count
- Derive session count from thread budget and intra-op threads
- Add EMBEDDINGS_MAX_THREADS environment variable support
- Prevent thread oversubscription by capping session count
0 commit comments