tabby/README.md

1.1 KiB

🐾 Tabby

License Code style: black Docker build status

An opensource / single-GPU alternative to GitHub Copilot

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 datasets
  • tabformer: NOT RELEASED Trainer(PEFT w/RLHF) for tabby models.