Bladeren bron

Add instructions to test the full model (#25)

add instructions to test the full model
justheuristic 3 jaren geleden
bovenliggende
commit
f77549041a
1 gewijzigde bestanden met toevoegingen van 3 en 0 verwijderingen
  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
 ```