diff --git a/.github/workflows/test_mac.yml b/.github/workflows/test_mac.yml index 90f8c518..9d17ca3d 100644 --- a/.github/workflows/test_mac.yml +++ b/.github/workflows/test_mac.yml @@ -16,4 +16,4 @@ jobs: run: curl -L -o model.gguf https://huggingface.co/afrideva/tiny-random-BloomForCausalLM-GGUF/resolve/main/tiny-random-bloomforcausallm.q2_k.gguf?download=true - name: run command run: llamafile-0.6/bin/llamafile --port 13333 -m model.gguf --log-disable --nobrowser - timeout-minutes: 1 \ No newline at end of file + timeout-minutes: 2 \ No newline at end of file