Commit Graph

10 Commits (c86582fcce852729e2cbf0185642a128ed1846d6)

Author SHA1 Message Date
Meng Zhang 658a1f1c24 refactor: move vector.toml to tabby/config
fix
2023-04-04 20:02:56 +08:00
Meng Zhang 20801bbe8c
Cleanup environment variable (#30)
* Remove EVENTS_LOG_DIR

* Rename supervisord.sh -> tabby.sh
2023-03-29 16:33:00 +08:00
Meng Zhang bf7d149a27
Add supervisord to support a single docker run deployment (#29)
* Add suppervisord in dockerfile

* Create supervisord

* Update README.md

* Update README.md
2023-03-29 12:57:03 +08:00
Meng Zhang 92eb2d54f5
Add LoRA Fine-tuning for private code repository (#22)
* Add bitandsands

* Fix cudart in Dockerfile

* Add ConstantLengthDataset in trainer

* Add train_lora

* Remove bnb

* Remove useless imports
2023-03-28 15:57:13 +08:00
Meng Zhang 9d92821cf5
Add gptj converter (#19)
* Rename deployment-next to development

* Add GPTJ converter
2023-03-27 11:12:52 +08:00
Meng Zhang 8144e4f83a
Add tabby.tools.repository.updater for easier git repository synchronization. (#9)
* Move dags to tabby.tasks

* Add repository syncer

* Follow redirect for curl
2023-03-25 14:44:46 +08:00
Meng Zhang 8cf533016a
Move python code under tabby/ (#8)
* Add tabby config file

* Rename train.yaml to trainer.yaml

* Change server to relative import

* Move source files into tabby

* Rename conf
2023-03-25 12:20:29 +08:00
Meng Zhang bcce00794e
Add admin panel (w/ streamlit) and logging (w/ vectordev) (#4) 2023-03-22 23:18:12 +08:00
Meng Zhang 8683ded66c Update Dockerfile 2023-03-22 02:52:41 +08:00
Meng Zhang f177fab951
Add docker compose (#3)
* Add docker-compose.yaml

* Update docker-compose
2023-03-22 02:42:47 +08:00