Chess-Selfplay2 / .d0027114592
ChristophSchuhmann's picture
Upload .d0027114592 with huggingface_hub
0307a0d
raw
history blame contribute delete
359 Bytes
#!/bin/bash
#PJM -L "node=1"
#PJM -L "rscgrp=small"
#PJM -L "elapse=12:00:00"
#PJM --mpi "proc=1"
#PJM --name "merge"
#PJM -o %n.%j.out
#PJM -e %n.%j.err
source ~/scratch/setup.sh
echo "start running"
# python /home/u11570/code/tools/tmp_merge.py
# python /home/u11570/code/tools/merge_file_1p.py
python /home/u11570/code/tools/upload_file.py
echo "done"