mirror of
https://github.com/karpathy/nanochat.git
synced 2025-12-06 20:32:14 +00:00
Merge 59487556ce into f66a780f68
This commit is contained in:
commit
ef313b551a
18
rustbpe/pyproject.toml
Normal file
18
rustbpe/pyproject.toml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
[project]
|
||||
name = "rustbpe"
|
||||
version = "0.1.0"
|
||||
description = "Rust BPE tokenizer from nanochat as standalone package"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.10"
|
||||
license = {text = "MIT"}
|
||||
dependencies = []
|
||||
|
||||
[build-system]
|
||||
requires = ["maturin>=1.0"]
|
||||
build-backend = "maturin"
|
||||
|
||||
[tool.maturin]
|
||||
module-name = "rustbpe"
|
||||
bindings = "pyo3"
|
||||
python-source = "."
|
||||
features = ["pyo3/extension-module"]
|
||||
Loading…
Reference in New Issue
Block a user