File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 cancel-in-progress : true
1919 env :
2020 RUN_ID : canary-gpu-${{ github.run_id }}-${{ github.run_attempt }}
21+ WANDB_ENTITY : marin-community
22+ WANDB_PROJECT : marin
2123
2224 steps :
2325 - name : Checkout code
6466 --memory=16G --disk=16G --cpu=1 --extra=cpu \
6567 -e MARIN_PREFIX s3://marin-us-west-04a/marin/ \
6668 -e RUN_ID "$RUN_ID" \
69+ -e WANDB_ENTITY "$WANDB_ENTITY" \
70+ -e WANDB_PROJECT "$WANDB_PROJECT" \
6771 -e WANDB_API_KEY "$WANDB_API_KEY" \
6872 -e HF_TOKEN "$HF_TOKEN" \
6973 -- python -m experiments.ferries.canary_ferry_cw
7983 shell : bash -l {0}
8084 run : |
8185 .venv/bin/python -m marin.profiling.cli summarize \
82- --run-target "marin-community/marin/$RUN_ID" \
86+ --run-target "$RUN_ID" \
87+ --entity "$WANDB_ENTITY" \
88+ --project "$WANDB_PROJECT" \
8389 --output profile_summary.json
8490 .venv/bin/python -m marin.profiling.cli report \
8591 --summary profile_summary.json \
Original file line number Diff line number Diff line change 1414 cancel-in-progress : true
1515 env :
1616 RUN_ID : canary-tpu-${{ github.run_id }}-${{ github.run_attempt }}
17+ WANDB_ENTITY : marin-community
18+ WANDB_PROJECT : marin
1719
1820 steps :
1921 - name : Checkout code
5658 .venv/bin/python lib/marin/src/marin/run/ray_run.py \
5759 --cluster us-central1 \
5860 -e RUN_ID "$RUN_ID" \
61+ -e WANDB_ENTITY "$WANDB_ENTITY" \
62+ -e WANDB_PROJECT "$WANDB_PROJECT" \
5963 -- python experiments/ferries/canary_ferry.py
6064 env :
6165 WANDB_API_KEY : ${{ secrets.WANDB_API_KEY }}
7175 shell : bash -l {0}
7276 run : |
7377 .venv/bin/python -m marin.profiling.cli summarize \
74- --run-target "marin-community/marin/$RUN_ID" \
78+ --run-target "$RUN_ID" \
79+ --entity "$WANDB_ENTITY" \
80+ --project "$WANDB_PROJECT" \
7581 --output profile_summary.json
7682 .venv/bin/python -m marin.profiling.cli report \
7783 --summary profile_summary.json \
You can’t perform that action at this time.
0 commit comments