feat(gallery): add official NeoHorse 4B variants - #12181
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 Q5_K_M and BF16 GGUF builds alongside the existing community quantizations. Pin both downloads and document variant selection. Assisted-by: Codex:gpt-6
This branch has not been deployed
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 TokenRhythm's official Q5_K_M and BF16 builds to the existing NeoHorse-1-4B variant group. These provide an intermediate quantization and an unquantized option through llama.cpp. Update the existing model-gallery documentation with the new choices and their sources.
Both downloads are pinned to Hugging Face revision
3c5d58ca82e580b5b0b3ce6eeffd34ac7d0fd95a. SHA256 values were cross-checked between LFS metadata andx-linked-etagdownload headers. The entries use the embedded Jinja template and the existing 32K context and sampling settings.Source: https://huggingface.co/TokenRhythm/NeoHorse-1-4B-GGUF
Notes for Reviewers
CGO_ENABLED=0 go test ./core/gallery -run TestGallery -ginkgo.focus='gallery/index.yaml|gallery variant lint' -count=1passes.CGO_ENABLED=0 go test ./core/gallery -count=1: 402 passed, 3 failed, 9 skipped. Unchanged master reproduces the same three failures fetching external GitHub/gist fixtures withForbiddenresponses.git diff --checkpasses. Inference was not run locally.f0879068b. No backend changes are required.Signed commits
docs/content/features/model-gallery.md.