recipe(multilingual-e5-large): add CPU fp32 and fp16 recipes#1210
Open
codykk wants to merge 1 commit into
Open
recipe(multilingual-e5-large): add CPU fp32 and fp16 recipes#1210codykk wants to merge 1 commit into
codykk wants to merge 1 commit into
Conversation
Add feature-extraction recipes for intfloat/multilingual-e5-large on CPU with fp32 and fp16 precision coverage.
codykk
marked this pull request as ready for review
July 24, 2026 09:46
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add verified CPU execution provider coverage recipes for
intfloat/multilingual-e5-large(feature-extraction, XLM-RoBERTa) with fp32 and fp16 precision. No source changes — currentmainalready builds and runs this model recipe-free; these recipes record exact verified(cpu, cpu, fp32)and(cpu, cpu, fp16)coverage.Model metadata
XLMRobertaModel (560M params)
├── XLMRobertaEmbeddings (word + position + type + LayerNorm)
└── XLMRobertaEncoder
└── XLMRobertaLayer ×24 (self-attention + intermediate + output)
Validation and support evidence
Baseline (origin/main
67169d45, winml 0.2.0):winml build -m intfloat/multilingual-e5-large→ ✅ PASS (82.7s)winml perf→ ✅ avg 411.65ms, 2.43 samples/s, +1309.1 MB RSSwinml eval --task feature-extraction→ ✅ cosine_spearman 84.0374 (mteb/stsbenchmark-sts, 100 samples)Committed tiers: Effort L0 / Goal L3 / Outcome L0
Per-tuple results:
Delta (recipe vs
winml config --ep cpu --device cpu):quantblock (mode: fp16,fp16_keep_io_types: true)Analyze: CLI-BLOCKED — runtime rule parquet files not found on this host.
Reproduce commands: