From d02629d879b0650227f3b9ca481097b808715558 Mon Sep 17 00:00:00 2001 From: Hudson Cooper Date: Thu, 8 Feb 2024 15:27:33 -0800 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 152554f..084524c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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