added horizontal layout to inference dev setup

This commit is contained in:
Yannic Kilcher
2023-01-29 00:37:28 +01:00
parent 45a4b09eae
commit f885e27961
+1
View File
@@ -16,4 +16,5 @@ tmux split-window -h
tmux send-keys "cd text-client" C-m
tmux send-keys "sleep 5" C-m
tmux send-keys "python __main__.py" C-m
tmux select-layout even-horizontal
tmux attach-session -t "inference-dev-setup"