Skip to content

Commit

Permalink
Merge pull request #5 from LlmKira/onnx
Browse files Browse the repository at this point in the history
Design Cover
  • Loading branch information
sudoskys authored Apr 8, 2023
2 parents 130b189 + d74dda8 commit 28a4527
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
context: .
push: true
platforms: 'linux/amd64'
platforms: 'linux/amd64,linux/arm64,linux/arm/v8'
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
Expand Down
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ ENV PYTHONUNBUFFERED=1
RUN apt-get update && \
apt-get install -y build-essential libsndfile1 vim gcc g++ cmake

RUN python3 -m pip install --upgrade pip numpy numba
RUN python3 -m pip install Cython --install-option="--no-cython-compile"

# These are some packages who will take a lot of time to build
RUN python3 -m pip install --upgrade pip numpy numba pyopenjtalk

WORKDIR /build

Expand Down
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
![cover.png](docs/cover.png)

[![Python](https://img.shields.io/badge/python-3.8%2B-blue)](https://www.python.org/downloads/)
[![License](https://img.shields.io/badge/license-BSD3-green)](LICENSE)
[![Docker](https://github.com/LlmKira/VitsServer/actions/workflows/docker-latest.yaml/badge.svg)](https://github.com/LlmKira/VitsServer/actions/workflows/docker-latest.yaml)
------

# Vits-Server 🔥

⚡ A VITS ONNX server designed for fast inference, supporting streaming and additional inference settings to enable model
preference settings and optimize performance.

[![Docker](https://github.com/LlmKira/VitsServer/actions/workflows/docker-latest.yaml/badge.svg)](https://github.com/LlmKira/VitsServer/actions/workflows/docker-latest.yaml)

## Advantages 💪

- Automatic language type parsing for text, eliminating the need for language recognition segmentation.
Expand Down
Binary file added docs/cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 28a4527

Please sign in to comment.