Skip to content

Commit 8894585

Browse files
authored
Update README.md
1 parent 1a072ee commit 8894585

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

+17
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,20 @@
33
python setup.py develop
44
python dashboard/differ.py --dtype=float32 --day1=234 --day2=233
55
python dashboard/triager.py --dtype=float32 --lastk=2
6+
7+
8+
This is the crontab
9+
10+
~~~
11+
# For example, you can run a backup of all your user accounts
12+
# at 5 a.m every week with:
13+
# 0 5 * * 1 tar -zcf /var/backups/home.tgz /home/
14+
#
15+
# For more information see the manual pages of crontab(5) and cron(8)
16+
#
17+
# m h dom mon dow command
18+
PATH=/data/home/anijain/.local/bin:/data/home/anijain/bin:/usr/local/cuda-11.6/bin:/data/home/anijain/miniconda/bin:/data/home/anijain/miniconda/condabin:/usr/local/cuda-11.1/bin:/opt/amazon/openmpi/bin:/opt/amazon/efa/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/opt/slurm/bin
19+
USER=anijain
20+
36 22 * * * DTYPE="float32" IS_COVERAGE=0 bash /data/home/anijain/cluster/torchdynamo_dashboard/cronjob.sh
21+
36 22 * * * DTYPE="amp" IS_COVERAGE=0 bash /data/home/anijain/cluster/torchdynamo_dashboard/cronjob.sh
22+
~~~

0 commit comments

Comments
 (0)