mirror of
https://github.com/karpathy/nanochat.git
synced 2025-12-08 21:32:14 +00:00
making default value as 8
This commit is contained in:
parent
d1fc8c5d05
commit
04b7c85353
|
|
@ -16,7 +16,7 @@ export NANOCHAT_BASE_DIR="$HOME/.cache/nanochat"
|
||||||
mkdir -p $NANOCHAT_BASE_DIR
|
mkdir -p $NANOCHAT_BASE_DIR
|
||||||
|
|
||||||
# Number of processes per node for distributed training
|
# Number of processes per node for distributed training
|
||||||
NPROC_PER_NODE=4
|
NPROC_PER_NODE=8
|
||||||
|
|
||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
# Python venv setup with uv
|
# Python venv setup with uv
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user