mirror of
https://github.com/karpathy/nanochat.git
synced 2026-02-27 05:50:26 +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
|