From f7e7707d795e4ee4709db861e062d1b792ec4fdc Mon Sep 17 00:00:00 2001 From: Raymond Kim Date: Mon, 10 Jun 2024 14:04:11 -0400 Subject: [PATCH] #8764: Correct batch support for WH table --- models/demos/metal_BERT_large_11/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/models/demos/metal_BERT_large_11/README.md b/models/demos/metal_BERT_large_11/README.md index 32b4f3e09432..6bf69decefcf 100644 --- a/models/demos/metal_BERT_large_11/README.md +++ b/models/demos/metal_BERT_large_11/README.md @@ -25,9 +25,9 @@ The table below summarizes the information above. | Batch size | Supported on Grayskull (E150) | Supported on Wormhole (N300) | |------------|-------------------------------|--------------------------------------| -| 7 | :x: | :x: | +| 7 | :x: | :white_check_mark: | | 8 | :x: | See under construction section below | -| 12 | :white_check_mark: | :white_check_mark: | +| 12 | :white_check_mark: | :x: | ## Inputs