Skip to content

add support for huggingface inference #20

add support for huggingface inference

add support for huggingface inference #20

name: Build Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
- name: Build
run: make build