Преглед изворни кода

Add instructions to test the full model (#25)

add instructions to test the full model
justheuristic пре 3 година
родитељ
комит
ccdcefe405
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      README.md

+ 3 - 0
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
 ```