Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 505 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 505 Bytes

SYNC Server LLM

Installation

git clone --recurse-submodules https://github.com/NCTU-SYNC/sync-server-llm.git
cd sync-server-llm

poetry install
poetry run gen-protos

Usage

Please setup the configuration file configs/config.toml before running the server. You can refer to the configs/example.toml for the format.

poetry run serve --config configs/config.toml

Features

Please refer to the protobuf files in protos/ for the features provided by the server.