Commit 8894585 1 parent 1a072ee commit 8894585 Copy full SHA for 8894585
File tree 1 file changed +17
-0
lines changed
1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 3
3
python setup.py develop
4
4
python dashboard/differ.py --dtype=float32 --day1=234 --day2=233
5
5
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
+ ~~~
You can’t perform that action at this time.
0 commit comments