Skip to content

Latest commit

Β 

History

History
25 lines (16 loc) Β· 1 KB

File metadata and controls

25 lines (16 loc) Β· 1 KB

inference-sdk

Polyglot inference library for fully offline, text-only embedding and chat generation on CPU-only Linux, plus Windows and ARM64.

This repository hosts implementations in multiple languages. Java is first; Go follows. Both implementations produce wire-compatible artifacts and observable behavior.

Status

Language Status Path
Java 🚧 in development (Phase 1) java/
Go πŸ“‹ planned go/

Phase 1 is library-only β€” embedding via ONNX Runtime + bge-small-en-v1.5; chat generation via a forked llama.cpp Java binding + Qwen 2.5-0.5B-Instruct (default). HTTP/OpenAI-compatible layer is Phase 2.

Quick links

License

Apache 2.0 β€” see LICENSE.