remove rust compilation as rustbpe is now installed from separate package (#416)
This commit is contained in:
committed by
GitHub
parent
061f83c152
commit
a1ccb3dc0b
@@ -19,9 +19,6 @@ source .venv/bin/activate
|
|||||||
if [ -z "$WANDB_RUN" ]; then
|
if [ -z "$WANDB_RUN" ]; then
|
||||||
WANDB_RUN=dummy
|
WANDB_RUN=dummy
|
||||||
fi
|
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
|
# wipe the report
|
||||||
python -m nanochat.report reset
|
python -m nanochat.report reset
|
||||||
|
|||||||
Reference in New Issue
Block a user