mirror of
https://github.com/karpathy/nanochat.git
synced 2025-12-06 04:12:13 +00:00
Merge pull request #18 from LokiMetaSmith/fix-amd-triton-reinstall
Fix AMD Triton re-installation issue in speedrun.sh
This commit is contained in:
commit
44476a3512
|
|
@ -74,7 +74,8 @@ 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 --extra $EXTRAS maturin develop --release --manifest-path rustbpe/Cargo.toml
|
# use --no-sync to avoid re-installing triton on AMD, which we just uninstalled
|
||||||
|
uv run --no-sync --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