Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hudson-ai authored Feb 8, 2024
1 parent dfcab1b commit d02629d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:

- name: Download dependencies
run: |
- mkdir pkg/mistral --parents
- wget -O pkg/mistral/mistral-7b-instruct.gguf https://huggingface.co/TheBloke/Mistral-7B-Instruct-v0.2-GGUF/resolve/main/mistral-7b-instruct-v0.2.Q8_0.gguf
mkdir pkg/mistral --parents
wget -O pkg/mistral/mistral-7b-instruct.gguf https://huggingface.co/TheBloke/Mistral-7B-Instruct-v0.2-GGUF/resolve/main/mistral-7b-instruct-v0.2.Q8_0.gguf
- name: Install dependencies
run: make
Expand Down

0 comments on commit d02629d

Please sign in to comment.