From abae1d1152543ad1558d540f7baf0cc91d8c1013 Mon Sep 17 00:00:00 2001 From: svlandeg Date: Tue, 6 Jan 2026 10:40:44 +0100 Subject: [PATCH] remove rust compilation as rustbpe is now installed from separate package --- dev/runcpu.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/dev/runcpu.sh b/dev/runcpu.sh index ffacefa..c4a719e 100755 --- a/dev/runcpu.sh +++ b/dev/runcpu.sh @@ -19,9 +19,6 @@ source .venv/bin/activate if [ -z "$WANDB_RUN" ]; then WANDB_RUN=dummy fi -curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y -source "$HOME/.cargo/env" -uv run maturin develop --release --manifest-path rustbpe/Cargo.toml # wipe the report python -m nanochat.report reset