Update speedrun.sh

This commit is contained in:
Zach Mueller 2025-10-14 14:12:01 -04:00 committed by Hossein-Lakzaei
parent 71c6f47215
commit 2724255f2e

View File

@ -12,7 +12,7 @@
# Default intermediate artifacts directory is in ~/.cache/nanochat
export OMP_NUM_THREADS=1
NANOCHAT_BASE_DIR="$HOME/.cache/nanochat"
export NANOCHAT_BASE_DIR="$HOME/.cache/nanochat"
mkdir -p $NANOCHAT_BASE_DIR
# -----------------------------------------------------------------------------