feat(gallery): add Hy-MT2 7B GGUF variants - #12164
Open
localai-org-maint-bot wants to merge 1 commit into
Open
localai-org-maint-bot wants to merge 1 commit into
localai-org-maint-bot wants to merge 1 commit into
Conversation
Offer the official Q4_K_M, Q6_K, and Q8_0 builds for translation. Pin the downloads and document installation and translation prompts. Assisted-by: Codex:gpt-6
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.
Description
Add Hy-MT2-7B Q4_K_M, Q6_K, and Q8_0 builds to the model gallery, linked as variants. This fills the gap beside the existing 1.8B translation model. Include installation commands and a translation prompt example.
Notes for Reviewers
ab8472660ac61fac25f1af43fac2599d52a8a775. Each SHA256 matches both HF LFS metadata and the pinned download'sx-linked-etagheader. Preserve the publisher's differentHy/HYfilename casing.hunyuan-dense, supported by LocalAI's pinned llama.cpp revision50631b3d2c569ad8e5c112090cd28570b1268ee0. These are standard K-quants/Q8_0, not the separate STQ formats.go test ./core/gallery -count=1 -ginkgo.focus='gallery/index.yaml|gallery variant lint helpers'passes. A semantic YAML comparison confirms all 1,890 existing entries remain unchanged. All new model paths and hashes match pinned HF metadata.git diff --checkpasses.go test ./core/gallery -count=1: 392 passed, 3 failed, 9 skipped, identically on unchanged master and this branch. Failures are Forbidden responses from external GitHub/gist fixtures atrequest_test.go:22,backends_test.go:208, andbackends_test.go:213.Signed commits