Skip to content

Commit

Permalink
Don't download model -- use gpts instead
Browse files Browse the repository at this point in the history
  • Loading branch information
hudson-ai authored Feb 9, 2024
1 parent 20bd545 commit 987e1e3
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,9 @@ jobs:

steps:
- uses: actions/checkout@v3

- 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

- name: Install
run: make install
run: make develop

- name: Check
run: make check

0 comments on commit 987e1e3

Please sign in to comment.