Merge pull request #15 from LokiMetaSmith/fix-amd-install

Fix AMD ROCm install regression in speedrun.sh
This commit is contained in:
Lawrence R Kincheloe III 2025-11-22 20:33:32 -06:00 committed by GitHub
commit d46e9a72d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 227 additions and 711 deletions

View File

@ -67,7 +67,7 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
source "$HOME/.cargo/env"
# 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
# look at dev/repackage_data_reference.py for details on how this data was prepared

936
uv.lock

File diff suppressed because it is too large Load Diff