mirror of
https://github.com/TabbyML/tabby
synced 2024-11-23 10:05:08 +00:00
.github/workflows | ||
admin | ||
converter | ||
deployment | ||
preprocess | ||
server | ||
testdata/gptneox | ||
.dockerignore | ||
.gitattributes | ||
.gitignore | ||
.pre-commit-config.yaml | ||
LICENSE | ||
poetry.lock | ||
pyproject.toml | ||
README.md |
🐾 Tabby
Warning
This repository is undering heavy construction, everything changes fast.
Contents
admin
: Admin panel for monitoring / settings purpose.server
: API server for completion requests. It also logs users' selections (as feedback to model's quality).deployment
: Container related deployment configs.converter
: Converts a transformers causal LM model into TensorRT / FasterTransformer serving formats.preprocess
: Preprocess files into datasetstabformer
: NOT RELEASED Distributed trainer for tabby models.