Skip to content

Commit

Permalink
try with sh -c
Browse files Browse the repository at this point in the history
  • Loading branch information
amakropoulos committed Jan 17, 2024
1 parent 7ecfde8 commit b7ce011
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
- name: download model
run: curl -L -o model.gguf https://huggingface.co/TheBloke/TinyLlama-1.1B-Chat-v1.0-GGUF/resolve/main/tinyllama-1.1b-chat-v1.0.Q2_K.gguf?download=true
- name: run command
run: llamafile-0.6/bin/llamafile --port 13333 -m model.gguf --log-disable --nobrowser
timeout-minutes: 2
run: sh -c "llamafile-0.6/bin/llamafile --port 13333 -m model.gguf --log-disable --nobrowser"
timeout-minutes: 1

0 comments on commit b7ce011

Please sign in to comment.