This commit is contained in:
Adam 2023-02-12 21:45:21 -05:00
parent 553ded1bc8
commit 437312897e

View file

@ -2,11 +2,11 @@
[FastAPI](https://fastapi.tiangolo.com/) and [PyTorch](https://pytorch.org/) [FastAPI](https://fastapi.tiangolo.com/) and [PyTorch](https://pytorch.org/)
To build one yourself you'll need to first [train a model](../train), To build one yourself you'll need to first [train a model](../train),
place the entire directory (checkpoints aren't needed) containing pytorch_model.bin in [bots](./src/bots), place the entire directory (checkpoints aren't needed) containing pytorch_model.bin in [bots](./src/bots),
then edit or duplicate [cartman.py](./src/bots/cartman.py). then edit or duplicate [cartman.py](./src/bots/cartman.py).
Cartman Docker images for are availible for Cartman Docker images are availible for
[x86_64](https://doordesk.net/files/chatbots_api_x86_64.tar.gz) (1.6GB) and [x86_64](https://doordesk.net/files/chatbots_api_x86_64.tar.gz) (1.6GB) and
[aarch64](https://doordesk.net/files/chatbots_api_x86_64.tar.gz) (1.4GB) [aarch64](https://doordesk.net/files/chatbots_api_x86_64.tar.gz) (1.4GB)