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 d02629d commit 7365472
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Download dependencies
- name: Download model files
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
- name: Install
run: make install

- name: Run check
- name: Check
run: make check

0 comments on commit 7365472

Please sign in to comment.