From 6c56d326f68b51f0cb99e3929ffbaaaef947cd2c Mon Sep 17 00:00:00 2001 From: justheuristic Date: Sat, 16 Jul 2022 02:20:14 +0300 Subject: [PATCH] add instructions to test the full model --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7ffac4173..be719ad44 100644 --- a/README.md +++ b/README.md @@ -84,4 +84,7 @@ BLOCK_UID=bigscience/test-bloomd-6b3.4 pytest tests/test_block_exact_match.py # the test below will fail because there is no server that serves layer 7 # BLOCK_UID=bigscience/test-bloomd-6b3.7 pytest tests/test_block_exact_match.py + +# test the full model (requires that servers collectively serve all model layers) +REF_NAME=bigscience/bloom-6b3 pytest tests/test_full_model.py ```