From 595613c0c23a46dc691708ac4a82bbbc278b5d8a Mon Sep 17 00:00:00 2001 From: Vadim Peretokin Date: Sun, 8 Jan 2023 20:45:48 +0100 Subject: [PATCH] Mention that BLOOMZ was deactivated --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8496ce8f..ee6c1c0a 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ to power Bloom, BloomZ and MT0-XXL api-inference widgets. ## Officially supported models - [BLOOM](https://huggingface.co/bigscience/bloom) -- [BLOOMZ](https://huggingface.co/bigscience/bloomz) +- ~~[BLOOMZ](https://huggingface.co/bigscience/bloomz)~~ (deactivated) - [MT0-XXL](https://huggingface.co/bigscience/mt0-xxl) - ~~[Galactica](https://huggingface.co/facebook/galactica-120b)~~ (deactivated) @@ -90,4 +90,4 @@ curl 127.0.0.1:3000/generate \ ```shell make server-dev make router-dev -``` \ No newline at end of file +```