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-1005python watcher.py --entity <entity> --project <project>Change https://github.com/okoge-kaz/wandb_watcher/blob/main/cron_job.sh shell script. and then
python cron.pycd wandb_watcher
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt