Skip to content

Merge pull request #1 from rskottap/master #4

Merge pull request #1 from rskottap/master

Merge pull request #1 from rskottap/master #4

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
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
- name: Check
run: make check