SingingSDS / run_server.sh
ms180's picture
Add demo and run script
e3a6e38
raw
history blame
201 Bytes
#!/bin/bash
#SBATCH -N 1
#SBATCH -p general
#SBATCH --gres=gpu:1
#SBATCH -t 48:00:00
#SBATCH --ntasks-per-node=1
#SBATCH --cpus-per-task=4
#SBATCH --mem=16G
. path.sh
. ../path.sh
python client.py