From 6b1f960d1564236b946d36affb683ee33357d046 Mon Sep 17 00:00:00 2001 From: Antonis Makropoulos Date: Wed, 13 Mar 2024 12:49:58 +0200 Subject: [PATCH] disable GPU --- .github/workflows/test_mac.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_mac.yml b/.github/workflows/test_mac.yml index 5f91ed29..11097fca 100644 --- a/.github/workflows/test_mac.yml +++ b/.github/workflows/test_mac.yml @@ -15,5 +15,5 @@ jobs: - name: download model run: curl -L -o model.gguf https://huggingface.co/TheBloke/phi-2-GGUF/resolve/main/phi-2.Q4_K_M.gguf?download=true - name: run command - run: sh -c "./llamafile/llamafile-0.6.2/bin/llamafile --port 13333 -m model.gguf --log-disable --nobrowser -ngl 0 --gpu DISABLE" + run: sh -c "./llamafile/llamafile-0.6.2/bin/llamafile --port 13333 -m model.gguf --log-disable --nobrowser -ngl 0 --gpu -1" timeout-minutes: 1 \ No newline at end of file