Skip to main content

Crate atomr_infer_cli

Crate atomr_infer_cli 

Source
Expand description

§inference-cli

atomr-infer serve binary plus the supporting config-loading machinery. Doc §11.3.

Re-exports§

pub use config::ClusterConfig;
pub use config::ProjectFile;
pub use serve::run_server;

Modules§

config
Project-file (<config>.toml) parsing. Doc §11.3.
serve
atomr-infer serve runtime — boot the actor system, register every [[deployment]], mount the gateway, wait for shutdown.