mirror of
https://github.com/TabbyML/tabby
synced 2024-11-23 10:05:08 +00:00
converter | ||
preprocess | ||
server | ||
testdata/gptneox | ||
.dockerignore | ||
.gitattributes | ||
.gitignore | ||
.pre-commit-config.yaml | ||
docker-compose.yml | ||
Dockerfile | ||
LICENSE | ||
poetry.lock | ||
pyproject.toml | ||
README.md |
🐾 Tabby
Warning
This repository is undering heavy construction, everything changes fast.
Contents
server
: API server for completion requests. It also provides APIs for logging users' selections, which could be used for RLHF.tabformer
: NOT RELEASED Distributed trainer for tabby models.preprocess
: Preprocess files into datasetsconverter
: Converts a transformers causal LM model into TensorRT / FasterTransformer serving formats.