mirror of
https://github.com/karpathy/nanochat.git
synced 2026-04-15 13:28:38 +00:00
remove rust compilation as rustbpe is now installed from separate package
This commit is contained in:
parent
ae0bf52529
commit
abae1d1152
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user