Skip to content

Commit 1932231

Browse files
unamedkrclaude
andcommitted
grow round 7: README — add tq_run example, update badges
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 82f4241 commit 1932231

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
2828
---
2929

30-
## Try It Now (30 seconds)
30+
## Try It Now
3131

3232
```bash
3333
git clone https://github.com/quantumaikr/TurboQuant.cpp
@@ -36,13 +36,13 @@ cd TurboQuant.cpp
3636
cmake -B build -DCMAKE_BUILD_TYPE=Release -DTQ_BUILD_TESTS=ON -DTQ_BUILD_BENCH=ON
3737
cmake --build build -j$(sysctl -n hw.ncpu 2>/dev/null || nproc)
3838

39-
# See the A/B comparison yourself
40-
./build/ab_test
39+
# Run Qwen3.5-0.8B (download model first — see Getting Started)
40+
./build/tq_run model.safetensors -t tokenizer.json -p "What is AI?" -j 4 -q
4141

42-
# Memory savings for real LLM models
43-
./build/demo_real_model
42+
# A/B comparison: FP16 vs quantized
43+
./build/ab_test
4444

45-
# Speed: Integer attention vs FP32
45+
# Benchmarks
4646
./build/speed_int_vs_float
4747
```
4848

0 commit comments

Comments
 (0)