mirror of
https://github.com/karpathy/nanochat.git
synced 2025-12-07 21:02:15 +00:00
update wandb
This commit is contained in:
parent
5eeb2b6ef9
commit
0de778a75b
10
speedrun.sh
10
speedrun.sh
|
|
@ -34,10 +34,12 @@ source .venv/bin/activate
|
||||||
# `wandb login`
|
# `wandb login`
|
||||||
# 2) Set the WANDB_RUN environment variable when running this script, e.g.:
|
# 2) Set the WANDB_RUN environment variable when running this script, e.g.:
|
||||||
# `WANDB_RUN=d26 bash speedrun.sh`
|
# `WANDB_RUN=d26 bash speedrun.sh`
|
||||||
if [ -z "$WANDB_RUN" ]; then
|
# if [ -z "$WANDB_RUN" ]; then
|
||||||
# by default use "dummy" : it's handled as a special case, skips logging to wandb
|
# # by default use "dummy" : it's handled as a special case, skips logging to wandb
|
||||||
WANDB_RUN=dummy
|
# WANDB_RUN=dummy
|
||||||
fi
|
# fi
|
||||||
|
export WANDB_API_KEY="ec7a9c0701d404122e4fc5c7c7518ed17f5b03ca"
|
||||||
|
export WANDB_RUN=d20
|
||||||
|
|
||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
# During the course of the run, we will be writing markdown reports to the report/
|
# During the course of the run, we will be writing markdown reports to the report/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user