From eaa94bd4fa45451a6239a0744dfa97c0da2b20fd Mon Sep 17 00:00:00 2001 From: Alexander Borzunov Date: Mon, 5 Sep 2022 14:54:18 +0400 Subject: [PATCH] Warn that current instructions involve 6B model but we will replace them soon --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f7be4c0..b8cd54b 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@

-### Examples +### 🛠️ Examples Petals integrates seamlessly with PyTorch and the Hugging Face [Transformers](https://github.com/huggingface/transformers) library. @@ -78,7 +78,9 @@ This is important because it's technically possible for peers serving model laye ## Installation -__[To be updated soon]__ +🚧 **Note:** These are short instructions for running a private swarm with a test 6B version of BLOOM. We will replace them with instructions involving the full 176B BLOOM and more detailed explanations soon (in a day or two). + +-------------------------------------------------------------------------------- ```bash conda install -y -c conda-forge cudatoolkit-dev==11.3.1 cudatoolkit==11.3.1 cudnn==8.2.1.32