Incubating v0.1.0
Self Hosted Inference Core
Service-runtime kernel for self-hosted inference backends, owning readiness, health, lease reuse, and endpoint publication above the transport seam.
Stats & Info
- Latest release: v0.1.0
- Recent downloads: 0
- All-time downloads: 0
- Maintainers: nshkrdotcom
Installation
Add self_hosted_inference_core to your list of dependencies in mix.exs:
def deps do
[
{:self_hosted_inference_core, "~> 0.1.0"}
]
endThen run:
mix deps.get