mirror of
https://github.com/karpathy/nanochat.git
synced 2026-04-14 04:48:24 +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
|