Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 565 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 565 Bytes

wandb_watcher

usage

Before running, set the following environment variables:

export SLACK_WEBHOOK_URL=<your slack webhook url>
python watcher.py --entity llm-jp --project MDS-175B-2023-1005
python watcher.py --entity <entity> --project <project>

Watcher usage

Change https://github.com/okoge-kaz/wandb_watcher/blob/main/cron_job.sh shell script. and then

python cron.py

installation

cd wandb_watcher

python -m venv venv

source venv/bin/activate

pip install -r requirements.txt