Skip to content

[CHAPTER] add chapter on advanced inference (llamacpp, tgi, vllm, ollama, et al) #2022

[CHAPTER] add chapter on advanced inference (llamacpp, tgi, vllm, ollama, et al)

[CHAPTER] add chapter on advanced inference (llamacpp, tgi, vllm, ollama, et al) #2022

Workflow file for this run

name: Quality Check
on:
push:
branches:
- main
pull_request:
jobs:
quality:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install Python dependencies
run: pip install black
- name: Run Quality check
run: make quality