docs.rs failed to build lmonade-0.1.0-alpha.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
lmonade-0.1.0-alpha.1
lmonade
ALPHA SOFTWARE: This is v0.1.0-alpha.1 - an early development release. Basic inference is not yet fully functional. This release is primarily for developers interested in the architecture and contributing to development.
High-performance LLM inference engine built in Rust.
Installation
[]
= "0.1.0-alpha.1"
For full functionality including the HTTP server:
[]
= { = "0.1.0-alpha.1", = ["full"] }
Quick Start
use *;
use ModelHub;
async
Features
models
- Model architectures and components (default)runtime
- Actor-based runtime (default)server
- HTTP API serverfull
- All features including server and tokio
Sub-crates
This is a meta-crate that re-exports:
lmonade-models
- Model architectureslmonade-runtime
- Inference runtimelmonade-server
- HTTP server
License
GPL-3.0-or-later