pytern 1.5.0

High-performance Python-to-Ternary-Bytecode transpiler for MoE model training.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "pytern"
version = "1.5.0"
edition = "2024"
authors = ["Simeon Kepp <s.kepp@ternlang.com>"]
description = "High-performance Python-to-Ternary-Bytecode transpiler for MoE model training."
repository = "https://github.com/eriirfos-eng/ternary-intelligence-stack"
license = "LGPL-3.0-or-later"

[dependencies]
# Future Rust-native core integration
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"