Add Makefile targets for rustbpe dev builds (CPU/GPU)

This commit is contained in:
Jose Rodriguez 2025-12-20 13:46:07 -08:00
parent 09fdbe24d4
commit d9f9237273

7
Makefile Normal file
View File

@ -0,0 +1,7 @@
.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