Skip to content

Commit

Permalink
#8764: Correct batch support for WH table
Browse files Browse the repository at this point in the history
  • Loading branch information
tt-rkim committed Jun 10, 2024
1 parent 0f9d1ed commit f7e7707
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions models/demos/metal_BERT_large_11/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f7e7707

Please sign in to comment.