Ster/Docs

Start

Install one native binary.

The current release surface is the wisent-ai/ster Git repository. CPU is the default; Metal and CUDA are explicit compile-time choices.

Default installation

Shell
cargo install --git https://github.com/wisent-ai/ster --locked

Hardware backends

Choose one accelerated backend when compiling for a supported host.

Shell
# Apple Silicon
cargo install --git https://github.com/wisent-ai/ster --features metal --locked

# NVIDIA CUDA
cargo install --git https://github.com/wisent-ai/ster --features cuda --locked

Package-name boundary

The crates.io name ster is currently unclaimed and is not Ster's release surface. pip install ster installs unrelated software from another publisher.