Commit Graph

10 Commits

Author SHA1 Message Date
Manjeet Singh d91c9845c0
Update README.md 2026-03-10 15:51:05 +05:30
maderix 20cd236f61 Add INT8 W8A8 support: 1.88x ANE throughput via quantize/dequantize MIL ops
- ane_int8_bench.m: standalone FP16 vs INT8 W8A8 benchmark (35.1 vs 18.6 TOPS on M4)
- bridge: add int8 weight blob builders (ane_bridge_build_weight_blob_int8, quantized)
- bridge: fix weight dict nil → @{} (prevents silent compile failure)
- README: update with Qwen3-0.6B, GQA, GPU↔ANE pipeline, INT8 results, file structure
2026-03-09 19:47:01 -07:00
maderix efcf193075 Add model config to benchmark report, update README with current results
Benchmark report now includes full Stories110M model configuration
(arch, layers, dims, kernels). README updated: 12-layer results
replace stale single-layer numbers, limitations reflect current state.
2026-03-04 06:13:21 -08:00
Manjeet Singh 7fbb912a89
Merge pull request #20 from guitared/main
Optimize dashboard and prevent sudo hang when password needed
2026-03-04 17:48:30 +05:30
Manjeet Singh 37939c8a60
Merge pull request #34 from 04cb/fix/docs-add-training-data-link
Fix docs: add training data download instructions
2026-03-04 17:48:25 +05:30
Manjeet Singh 4a6f3e40a9
Revise README for clarity and project details
Updated README to reflect project scope, architecture, and limitations.
2026-03-04 12:59:09 +05:30
04cb 0d9e139567 Fix docs: add training data download instructions 2026-03-04 08:16:20 +08:00
Guitared a14ce098fb
Capitalize doc header 2026-03-03 14:18:35 +07:00
Claude 752a3be81a
Add Project Scope & Intent notice to README
Weave in scope notice near the top covering project intent, what it
is/isn't, hype clarification, maintenance expectations, and fork
encouragement. Consolidate private API disclaimer with existing
disclaimer section to avoid duplication.

https://claude.ai/code/session_01NNL4MVEY1aKp19eGHTYJUv
2026-03-03 00:54:46 +00:00
maderix f213c8db68 Initial release 2026-02-28 00:22:06 -08:00