nanochat/rustbpe/Cargo.toml
Sermet Pekin a3f5986f19 feat: Add macOS compatibility fixes
- Change PyTorch dependency from CUDA to CPU version for macOS support
- Update Rust edition from 2024 to 2021 for stable Cargo compatibility
- Relax PyTorch version requirement from >=2.8.0 to >=2.0.0
- Update dependency lock file with compatible versions
2025-10-20 19:02:26 +03:00

16 lines
290 B
TOML

[package]
name = "rustbpe"
version = "0.1.0"
edition = "2021"
[dependencies]
dary_heap = "0.3"
indexmap = "2.2"
fancy-regex = "0.16.1"
log = "0.4.28"
pyo3 = { version = "0.23.3", features = ["extension-module"] }
pyo3-log = "0.12.4"
ahash = "0.8.12"
rayon = "1.11.0"
compact_str = "0.9.0"