Skip to content

Commit

Permalink
disable GPU
Browse files Browse the repository at this point in the history
  • Loading branch information
amakropoulos committed Mar 13, 2024
1 parent 02312b1 commit 6b1f960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6b1f960

Please sign in to comment.