Verify OmniVoice model downloads before publish - #62
Draft
Blackspirits wants to merge 2 commits into
Draft
Blackspirits wants to merge 2 commits into
Blackspirits wants to merge 2 commits into
Conversation
Owner
Author
|
Independent adversarial re-check: the official Hugging Face repository currently exposes verified revision |
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
OmniVoice downloads two pinned model files from Hugging Face
resolve/maindirectly into their final paths. The Hugging Face repository exposes an immutable revision and SHA-256 for both files, so the client can authenticate them before publication.This change:
017094167b5c9ed565a5076ac9b3b93c5ecf5c73omnivoice-base-Q8_0.ggufomnivoice-tokenizer-F32.gguf.partfileValidation
017094167b5c9ed565a5076ac9b3b93c5ecf5c73omnivoice-base-Q8_0.ggufSHA-256 independently matched Hugging Face/Xet metadata:2882d887921798aea13d45236556bdf8012842ab6f8cd2690943eead6289f298omnivoice-tokenizer-F32.ggufSHA-256 independently matched the repository LFS/Xet pointer:83820c6316da023076af7c1d06de5e38dcd09ae9f42203675bf8b3bd9a58e330Base is current upstream
fa6d8623c2adb0c646b6d31a11b221b855339bbe.AI assistance: ChatGPT was used to audit the OmniVoice model provenance/publication path, verify immutable Hugging Face revision and published file digests, prepare the minimal pin/hash/atomic-publication fix, and add regression coverage.