Commit 6b2ce68
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
0 commit comments