mirror of
https://github.com/karpathy/nanochat.git
synced 2025-12-06 12:22:18 +00:00
Merge pull request #15 from LokiMetaSmith/fix-amd-install
Fix AMD ROCm install regression in speedrun.sh
This commit is contained in:
commit
d46e9a72d4
|
|
@ -67,7 +67,7 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
||||||
source "$HOME/.cargo/env"
|
source "$HOME/.cargo/env"
|
||||||
|
|
||||||
# Build the rustbpe Tokenizer
|
# Build the rustbpe Tokenizer
|
||||||
uv run maturin develop --release --manifest-path rustbpe/Cargo.toml
|
uv run --extra $EXTRAS maturin develop --release --manifest-path rustbpe/Cargo.toml
|
||||||
|
|
||||||
# Download the first ~2B characters of pretraining dataset
|
# Download the first ~2B characters of pretraining dataset
|
||||||
# look at dev/repackage_data_reference.py for details on how this data was prepared
|
# look at dev/repackage_data_reference.py for details on how this data was prepared
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user