From f344c7801b5849f5fc5cb30ff588b8575742c257 Mon Sep 17 00:00:00 2001 From: Alexander Borzunov Date: Sun, 8 Jan 2023 08:41:47 +0400 Subject: [PATCH] Add link to health.petals.ml to readme (#184) --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f08d977..323b8b0 100644 --- a/README.md +++ b/README.md @@ -48,11 +48,12 @@ sudo docker run --net host --ipc host --gpus all --volume petals-cache:/cache -- 💬 If you have any issues or feedback, please join [our Discord server](https://discord.gg/D9MwApKgWa)! -Check out more examples and tutorials: +Check out more examples, tools, and tutorials: -- Chatbot web app (connects to Petals via an HTTP endpoint): [link](http://chat.petals.ml), [source code](https://github.com/borzunov/petals-chat) +- Chatbot web app (connects to Petals via an HTTP endpoint): [link](http://chat.petals.ml), [source code](https://github.com/borzunov/chat.petals.ml) - Training a personified chatbot: [notebook](https://github.com/bigscience-workshop/petals/blob/main/examples/prompt-tuning-personachat.ipynb) - Fine-tuning BLOOM for text semantic classification: [notebook](https://github.com/bigscience-workshop/petals/blob/main/examples/prompt-tuning-sst2.ipynb) +- Public swarm monitor: [link](http://health.petals.ml), [source code](https://github.com/borzunov/health.petals.ml) - Launching your own swarm: [tutorial](https://github.com/bigscience-workshop/petals/wiki/Launch-your-own-swarm) - Running a custom foundation model: [tutorial](https://github.com/bigscience-workshop/petals/wiki/Run-a-custom-model-with-Petals)