| Metadata-Version: 2.4 | |
| Name: arbitor | |
| Version: 0.2.0 | |
| Summary: ARB (Any Relational Bit) — ternary-weighted neural network system | |
| License: MIT | |
| Requires-Python: >=3.12 | |
| Requires-Dist: torch>=2.5 | |
| Requires-Dist: einops | |
| Requires-Dist: tqdm | |
| Provides-Extra: dev | |
| Requires-Dist: pytest; extra == "dev" | |
| Provides-Extra: cuda | |
| Requires-Dist: torch>=2.5; extra == "cuda" | |
| Requires-Dist: triton>=3.0; extra == "cuda" | |
| Provides-Extra: triton | |
| Requires-Dist: triton>=3.0; extra == "triton" | |
| Provides-Extra: tilelang | |
| Requires-Dist: tilelang; extra == "tilelang" | |