feat(gallery): add Spark 1.7B BF16 variant - #12065
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 BF16 GGUF alongside the Q4 and Q8 builds. Pin its download revision and document automatic and explicit selection. 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 the official Spark-X2.5-1.7B BF16 GGUF as a variant of the existing Q4 entry. Hosts with enough memory can select BF16 automatically; users can choose Q4, Q8, or BF16 explicitly. The new entry uses the existing llama.cpp configuration, embedded Jinja template, and 32,768-token context.
The 3.42 GB weights are pinned to Hugging Face revision
06c93e4e998a8e53e39b7b53d9bb842c9fbb5674. The gallery guide now includes the BF16 install command and explains how to keep a smaller build.Sources: original model, official GGUF repository.
Notes for Reviewers
x-linked-etagheader:67d5f2f06e6d898efcf0dc40cab8528bc82b871c8dafb0936784183d2c10cdd9.spark2_5, file type32(BF16). Verified both in the llama.cpp revision pinned by LocalAI.go test ./core/gallery -count=1 -ginkgo.focus='gallery/index.yaml|gallery variant lint helpers'passes before and after the change.git diff --checkpasses.go test ./core/gallery -count=1: 392 passed, 3 failed, 9 skipped. The failures fetch external GitHub/Gist fixtures that returnForbiddenin this environment.Signed commits
docs/content/.