Skip to content

Commit

Permalink
try with space
Browse files Browse the repository at this point in the history
  • Loading branch information
amakropoulos committed Jan 17, 2024
1 parent b7ce011 commit 88351f9
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/test_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@ jobs:
run: uname -m
- name: download llamafile
run: curl -L -o llamafile-0.6.zip https://github.com/Mozilla-Ocho/llamafile/releases/download/0.6/llamafile-0.6.zip
- name: unzip llamafile
run: unzip llamafile-0.6.zip
- name: ls
run: ls -R llamafile*
- name: unzip llamafile
run: unzip llamafile-0.6.zip -d llamafile' 'spaces
- name: chmod
run: chmod -R a+rwx llamafile*
- 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: sh -c "llamafile-0.6/bin/llamafile --port 13333 -m model.gguf --log-disable --nobrowser"
run: sh -c "llamafile' 'spaces/llamafile-0.6/bin/llamafile --port 13333 -m model.gguf --log-disable --nobrowser"
timeout-minutes: 1

0 comments on commit 88351f9

Please sign in to comment.