mirror of
https://github.com/karpathy/nanochat.git
synced 2025-12-06 04:12:13 +00:00
16 lines
290 B
TOML
16 lines
290 B
TOML
[package]
|
|
name = "rustbpe"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[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"
|