strategic_game_maze / .d0028756899
lfsm's picture
Upload .d0028756899 with huggingface_hub
cca7441
raw
history blame
314 Bytes
#!/bin/bash
#PJM -L "node=1"
#PJM -L "rscgrp=small"
#PJM -L "elapse=24:00:00"
#PJM --mpi "proc=1"
#PJM --name "upload"
#PJM -o %n.%j.out
#PJM -e %n.%j.err
source ~/scratch/setup.sh
echo "start running"
# python /home/u11570/code/tools/merge_file_1p.py
python /home/u11570/code/tools/upload_file.py
echo "done"