mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-07-10 00:20:06 +08:00
10 lines
107 B
Bash
Executable File
10 lines
107 B
Bash
Executable File
#!/bin/bash
|
|
|
|
text-generation-launcher &
|
|
|
|
/opt/miniconda/envs/worker/bin/python /worker &
|
|
|
|
wait -n
|
|
|
|
exit $?
|