mirror of
https://github.com/karpathy/nanochat.git
synced 2026-06-15 10:39:08 +00:00
8 lines
206 B
Makefile
8 lines
206 B
Makefile
.PHONY: rust-dev rust-dev-gpu
|
|
|
|
rust-dev:
|
|
uv run maturin develop --release --manifest-path rustbpe/Cargo.toml
|
|
|
|
rust-dev-gpu:
|
|
uv run --extra gpu maturin develop --release --manifest-path rustbpe/Cargo.toml
|