11 Commits

Author SHA1 Message Date
MarkBase Admin
c0347d5213 v2: EmbeddingGemma multi-language working, 500-test stability issue pending
Some checks failed
CI / build (push) Failing after 53s
CI / unit-tests (push) Has been skipped
CI / lint (push) Has been skipped
2026-07-06 20:24:27 +08:00
MarkBase Admin
6af56f58ea v2: EmbeddingGemma working - 768-dim, L2 normalized, 116ms per request 2026-07-06 15:38:17 +08:00
MarkBase Admin
31d5e8adaf v2: use MPSMatrixMultiplication for matmul in EmbeddingGemma 2026-07-06 14:13:34 +08:00
MarkBase Admin
c48983a413 v2: add debug prints to forwardLayer, identify hanging kernel 2026-07-06 13:24:06 +08:00
MarkBase Admin
492b779634 v2: add defer enc.endEncoding() to all Metal encoders 2026-07-06 13:05:30 +08:00
MarkBase Admin
5e060c7aea v2: EmbeddingGemma - single cmdBuf fix, needs Metal kernel compilation 2026-07-06 11:37:10 +08:00
MarkBase Admin
dbec6b20ea v2: add EmbeddingServer binary, EmbeddingGemma model (WIP forward pass) 2026-07-06 10:13:39 +08:00
MarkBase Admin
e7a94b3203 v2: add EmbeddingServerApp, fix Sendable issues (WIP) 2026-07-06 09:47:06 +08:00
MarkBase Admin
88aeff7935 v2: add EmbeddingGemma model with RoPE, sliding window attention, Q/K norm
All checks were successful
CI / unit-tests (push) Successful in 4m16s
CI / lint (push) Successful in 2s
CI / build (push) Successful in 1m41s
2026-07-06 09:37:23 +08:00
MarkBase Admin
85dd87e28a v2: add embedding tests, multilingual embedding support
Some checks failed
CI / build (push) Successful in 2m28s
CI / unit-tests (push) Failing after 9m11s
CI / lint (push) Successful in 2s
2026-07-06 08:01:52 +08:00
MarkBase Admin
8a66b9086a v2: Initial clean branch with unit tests + CI/CD pipeline
Some checks failed
CI / build (push) Has been cancelled
CI / unit-tests (push) Has been cancelled
CI / lint (push) Has been cancelled
- Started from ac75faa (initial E4B-MarkBase integration)
- Kept Sources/ (all engine code) + Package.swift + .gitignore
- Removed all ad-hoc tests, documentation, scripts, Python files
- Added Tests/00_Unit/ (MathTest, TokenizerTest, SamplerTest)
- Added .gitea/workflows/ci.yaml (build + unit tests + lint)
- Added Scripts/check_resources.sh (memory-aware test runner)
- Added Tests/Manifest.json (resource requirements for all tests)
- Focus: 4-bit quantized models only
2026-07-05 13:29:25 +08:00