From a95fead2b91f10089315a69142a37367accd37c0 Mon Sep 17 00:00:00 2001 From: Antonis Makropoulos Date: Mon, 1 Apr 2024 09:36:01 +0300 Subject: [PATCH] run in bg --- .github/workflows/test_windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_windows.yml b/.github/workflows/test_windows.yml index 941f65a6..abdf437a 100644 --- a/.github/workflows/test_windows.yml +++ b/.github/workflows/test_windows.yml @@ -25,7 +25,7 @@ jobs: - name: run command run: | copy llamafile/llamafile-0.6.2/bin/llamafile llamafile/llamafile-0.6.2/bin/llamafile.exe - start /b llamafile/llamafile-0.6.2/bin/llamafile.exe --port 13333 -m model.gguf --log-disable --nobrowser -ngl 0 --gpu no + cmd /c "start /b llamafile/llamafile-0.6.2/bin/llamafile.exe --port 13333 -m model.gguf --log-disable --nobrowser -ngl 0 --gpu no" timeout /t 5 /nobreak TCPConnections~/TCPConnections.exe timeout-minutes: 1 \ No newline at end of file