Skip to content

remove nascent streaming support #142

remove nascent streaming support

remove nascent streaming support #142

Workflow file for this run

name: Docker build
on: [push]
jobs:
docker:
strategy:
matrix:
subdir:
- demo
- backend-deepspeed
- backend-hf
- backend-llama
- backend-stub
- openai-wrapper
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
-
name: Build
uses: docker/build-push-action@v3
with:
context: ${{ matrix.subdir }}
push: false