Make python scripts exectuable

master
Jeff Moe 2022-08-17 10:23:33 -06:00
parent ac2ae3f1cf
commit 22fbe4073a
6 changed files with 2 additions and 2 deletions

0
src/wut-ia-torrents 100644 → 100755
View File

0
src/wut-tf.py 100644 → 100755
View File

View File

@ -22,5 +22,5 @@ let HOSTNUM=$HOSTNUM-1
export TF_CONFIG='{"cluster": {"worker": [ "rs-ml1:23009", "rs-ml2:23009", "rs-ml3:23009", "rs-ml4:23009", "rs-ml5:23009", "rs-ml6:23009", "rs-ml7:23009", "rs-ml8:23009", "rs-ml9:23009", "rs-ml10:23009"]}, "task": {"index": '$HOSTNUM', "type": "worker"}}'
echo $TF_CONFIG
python3 wut-worker.py
wut-worker.py

View File

@ -23,5 +23,5 @@ export TF_CONFIG='{"cluster": {"worker": [ "ml1:23009", "ml2:23009", "ml3:23009"
#export TF_CONFIG='{"cluster": {"chief": [ "ml0-int:2222" ], "worker": [ "ml1-int:2222", "ml2-int:2222", "ml3-int:2222", "ml4-int:2222", "ml5-int:2222"]}, "task": {"index": '$HOSTNUM', "type": "worker"}}'
echo $TF_CONFIG
python3 wut-worker-mas.py
wut-worker-mas.py

0
src/wut-worker-mas.py 100644 → 100755
View File

0
src/wut-worker.py 100644 → 100755
View File