Add VibeVoice ASR BitNet artifact safeguards - #732
Open
justinchuby wants to merge 4 commits into
Open
Conversation
Identify the pinned I2_S and I8_S formats before generic GGUF parsing so Mobius fails closed rather than producing an inaccurate ONNX conversion. Record exact artifact fingerprints and surface the restriction in Hub preflight. Co-authored-by: Copilot App <[email protected]> Signed-off-by: Justin Chu <[email protected]> Copilot-Session: d55a8ffc-5b22-499b-bf8b-2a70439dd660
Collecting native tensor type IDs must not require a default argument on injected readers or replace established descriptor-shape validation. Co-authored-by: Copilot App <[email protected]> Signed-off-by: Justin Chu <[email protected]> Copilot-Session: d55a8ffc-5b22-499b-bf8b-2a70439dd660
Pin and classify the official dense F32 safetensors source for staged export while rejecting coupled native I2_S/I8_S GGUF artifacts whose execution semantics cannot be preserved. Co-authored-by: Copilot App <[email protected]> Copilot-Session: d55a8ffc-5b22-499b-bf8b-2a70439dd660 Signed-off-by: Justin Chu <[email protected]>
Record the pinned dense F32 conversion source and explicit native I2_S/I8_S GGUF rejection, while preserving source-revision metadata through alternate architecture dispatch. Co-authored-by: Copilot App <[email protected]> Copilot-Session: d55a8ffc-5b22-499b-bf8b-2a70439dd660 Signed-off-by: Justin Chu <[email protected]>
Performance Comparison
|
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
microsoft/VibeVoice-ASR-BitNet@66e78021ab8f5f06133d1ab421ba4d348bda97c9and stream its dense F32 safetensors as the staged ONNX conversion sourceValidation
Evidence and limits
The release GGUFs require VibeASR.cpp packed ternary/I8_S layouts and custom CPU kernels, so generic GGUF/affine ONNX conversion is explicitly unsupported. Real-weight L4/L5 transcription, native ternary/scale parity, native runtime performance, and quantization round-trip fidelity are not claimed.
Stacked on #730.