Merge pull request #156 from tlepoint/fix/export-base-dir

Export the base dir variable in runcpu.sh
This commit is contained in:
Andrej
2025-10-28 15:19:08 -07:00
committed by GitHub
Regular → Executable
+1 -1
View File
@@ -10,7 +10,7 @@
# all the setup stuff
export OMP_NUM_THREADS=1
NANOCHAT_BASE_DIR="$HOME/.cache/nanochat"
export NANOCHAT_BASE_DIR="$HOME/.cache/nanochat"
mkdir -p $NANOCHAT_BASE_DIR
command -v uv &> /dev/null || curl -LsSf https://astral.sh/uv/install.sh | sh
[ -d ".venv" ] || uv venv