File size: 395 Bytes
45b798c 7e9482c 45b798c 7e9482c | 1 2 3 4 5 6 7 8 9 | # LEM-Eval maintain cron — git-pulls LEM-Eval + lem-benchmarks hourly so
# config edits and tool updates propagate to workers automatically.
#
# Pairs with submit.cron. Runs at :37 past the hour, ~30 min offset
# from the :07 submit cron so it doesn't interfere with in-flight
# evals.
37 * * * * cd $HOME/PycharmProjects/LEM-Eval && ./lem-eval.sh maintain >> /tmp/lem-eval-maintain.log 2>&1
|