From 0de778a75be4efb0a0b62b13cc7bbbb1bbd5811a Mon Sep 17 00:00:00 2001 From: Shizhe Diao Date: Fri, 17 Oct 2025 16:14:47 -0700 Subject: [PATCH] update wandb --- speedrun.sh | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/speedrun.sh b/speedrun.sh index 35dd39e..be9cfca 100644 --- a/speedrun.sh +++ b/speedrun.sh @@ -34,10 +34,12 @@ source .venv/bin/activate # `wandb login` # 2) Set the WANDB_RUN environment variable when running this script, e.g.: # `WANDB_RUN=d26 bash speedrun.sh` -if [ -z "$WANDB_RUN" ]; then - # by default use "dummy" : it's handled as a special case, skips logging to wandb - WANDB_RUN=dummy -fi +# if [ -z "$WANDB_RUN" ]; then +# # by default use "dummy" : it's handled as a special case, skips logging to wandb +# WANDB_RUN=dummy +# 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/