Go to file
Meng Zhang fbcab616d7 Update 2023-03-20 23:07:20 +08:00
converter Fix use_gptj_residual in gptneox convert 2023-03-20 20:05:20 +08:00
preprocess Add basic filters 2023-03-16 18:11:24 +08:00
server Update 2023-03-20 23:07:20 +08:00
.gitignore Add project preprocessing 2023-03-16 17:26:43 +08:00
.pre-commit-config.yaml Switch pre-commit to commit 2023-03-16 18:11:54 +08:00
LICENSE Create LICENSE 2023-03-16 17:28:10 +08:00
README.md Update README.md 2023-03-20 22:17:27 +08:00
poetry.lock Add scaffold for tabby api server 2023-03-20 22:12:05 +08:00
pyproject.toml Add scaffold for tabby api server 2023-03-20 22:12:05 +08:00

README.md

🐾 Tabby

License Code style: black

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 datasets
  • converter: Converts a transformers causal LM model into TensorRT / FasterTransformer serving formats.