readme
This commit is contained in:
parent
553ded1bc8
commit
437312897e
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue