From b49742354d519ec7aed7aa4117fc5a1d2508bae4 Mon Sep 17 00:00:00 2001 From: Chenlei Hu Date: Fri, 9 Feb 2024 01:50:03 +0000 Subject: [PATCH] Fix CQ server arg (#140) --- .github/workflows/run_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run_tests.yaml b/.github/workflows/run_tests.yaml index f42e4758..81e1107c 100644 --- a/.github/workflows/run_tests.yaml +++ b/.github/workflows/run_tests.yaml @@ -52,7 +52,7 @@ jobs: --do-not-download-clip --no-half --disable-opt-split-attention - --use-cpu all + --always-cpu --api-server-stop 2>&1 | tee output.txt & - name: Run tests