Skip to content

Download GGUF, package as Docker Model and push it to Hub #268

Download GGUF, package as Docker Model and push it to Hub

Download GGUF, package as Docker Model and push it to Hub #268

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
jobs:
build:
name: Build and Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod
cache: true
- name: Run all checks
run: make all