Commit Graph

7 Commits

Author SHA1 Message Date
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
CI / build (push) Waiting to run
CI / unit-tests (push) Blocked by required conditions
CI / lint (push) Blocked by required conditions
2026-07-06 09:37:23 +08:00
MarkBase Admin 85dd87e28a v2: add embedding tests, multilingual embedding support
CI / build (push) Waiting to run
CI / unit-tests (push) Blocked by required conditions
CI / lint (push) Blocked by required conditions
2026-07-06 08:01:52 +08:00
MarkBase Admin 8a66b9086a v2: Initial clean branch with unit tests + CI/CD pipeline
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