sail / sail_scripts /kernel /pyproject.toml
muterornament's picture
Industrialize: Backup sovereign training pipeline and native kernel
0f6a233 verified
Raw
History Blame Contribute Delete
442 Bytes
[build-system]
requires = ["maturin>=1.5,<2.0"]
build-backend = "maturin"
[project]
name = "sail_kernel"
version = "0.1.0"
description = "SAIL Memory-Safe Rust Kernel — native extension for data processing, tokenization, compression, and GRPO reward scoring"
requires-python = ">=3.9"
license = { text = "MIT" }
[tool.maturin]
# Build the cdylib from Cargo.toml
module-name = "sail_kernel"
# Features to enable during build
features = []