Export the base dir variable

This commit is contained in:
Tancrède Lepoint 2025-10-22 18:13:04 -04:00
parent 5eeb2b6ef9
commit cd6cebcbe0

2
dev/runcpu.sh Normal file → Executable file
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-macos"
mkdir -p $NANOCHAT_BASE_DIR
command -v uv &> /dev/null || curl -LsSf https://astral.sh/uv/install.sh | sh
[ -d ".venv" ] || uv venv