Skip to content

Commit 6b2ce68

Browse files
unamedkrclaude
andcommitted
feat: add standalone Makefile + honest README claims
Makefile (no CMake needed): make # build tq_run + tq_convert make CC=gcc # Linux gcc make METAL=1 # macOS Metal GPU make DEBUG=1 # ASan + UBSan make help # show all options Auto-detects: NEON (arm64), AVX2 (x86_64), Accelerate (macOS) Cross-compile: make CC=x86_64-w64-mingw32-gcc README (EN + KO): "zero quality loss" → "almost no quality loss (PPL +0.03%)" Weight quant: "byte-identical" → "output-identical on tested sequences" Added explicit notes on verification scope (30 tokens, greedy) Added Star History chart Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent aa3cf18 commit 6b2ce68

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,9 @@ refs/
4444
models/.claude/worktrees/
4545
*.gguf
4646
models/
47+
48+
# Makefile build artifacts
49+
tq_run
50+
tq_convert
51+
libturboquant.a
52+
*.o

0 commit comments

Comments
 (0)