Skip to content

Commit

Permalink
Forgot to remove python stuff...
Browse files Browse the repository at this point in the history
  • Loading branch information
chun9l committed Dec 14, 2023
1 parent 9cf7a76 commit 395cfa9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions hpc/model.slurm
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
#SBATCH --error=./sub-jobs/%j.err


module load python

# start the server named "server"
server_file="./server" # Assume your server files are placed in the project root directory, named "server"

Expand All @@ -34,7 +32,7 @@ export PORT=$port

mkdir -p ./urls

python $server_file &
$server_file &

while ! curl -s "http://$(hostname):$port/Info" > /dev/null; do
sleep 1
Expand Down

0 comments on commit 395cfa9

Please sign in to comment.