Skip to content

Repack: allow custom Hugging Face repo/revision for QAT support - #98

Open
cyberquail1337 wants to merge 1 commit into
drumih:mainfrom
cyberquail1337:cyberquail1337-issue-52-feature-gemma-4-26b-qat-support-f47be5
Open

Repack: allow custom Hugging Face repo/revision for QAT support#98
cyberquail1337 wants to merge 1 commit into
drumih:mainfrom
cyberquail1337:cyberquail1337-issue-52-feature-gemma-4-26b-qat-support-f47be5

Conversation

@cyberquail1337

Copy link
Copy Markdown

Add --repo-id and --revision flags to TurboFieldfareRepack so installers can target alternative Hugging Face checkpoints (e.g., QAT variants). Default behavior unchanged — when no repo is provided the curated pinned source is used.

Changes:

  • CLI usage and parsing updated to accept --repo-id and --revision
  • RemoteStreamingRepackOptions constructed from provided repo/revision when supplied

Notes:

  • Changes are committed on the current branch. Local build verification failed in this environment due to corrupted SwiftPM/cache state (safe.bareRepository errors). To test locally: rm -rf .build && rm -rf ~/Library/Caches/org.swift.swiftpm/repositories/* && swift build --product TurboFieldfareRepack -c debug --disable-sandbox && .build/debug/TurboFieldfareRepack --help

Fixes: #52

…sion flags

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
rexmhall09 referenced this pull request in rexmhall09/TUFF Aug 16, 2026
Combined with the Qwen --model selector: --model still picks the architecture,
and --repo-id/--revision now override where that architecture's weights come
from (a QAT variant, say), waiving the pinned-fingerprint check.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: Gemma 4 26b QAT Support

1 participant