Skip to content

Commit c2e96a8

Browse files
Update LLaMA README (#399)
### Description This PR fixes a format issue with the README.md file in the LLaMA-2 folder. ### Motivation and Context With this fix, the README tables display correctly now.
1 parent b9ea7db commit c2e96a8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: python/models/llama/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ This folder contains a Jupyter notebook that demonstrates how to export, optimiz
6565

6666
| Engine | Batch Size | Prompt Length | Prompt Processing Latency (ms) | Prompt Processing Throughput (tps) | Average Latency of First 128 Tokens Generated (ms) | Average Throughput of First 128 Tokens Generated (tps) | Average Latency of First 256 Tokens Generated (ms) | Average Throughput of First 256 Tokens Generated (tps) | Wall-Clock Latency (s) | Wall-Clock Throughput (tps) |
6767
|-----------------|----|------|-------------|-------------|-------------|-------------|-------------|-------------|-------------|-------------|
68-
6968
| onnxruntime | 1 | 16 | 11.13351822 | 1437.101883 | 10.54286957 | 94.85083673 | 10.57387795 | 94.57268227 | 3.068660975 | 88.6380093 |
7069
| onnxruntime | 1 | 64 | 11.76165581 | 5441.41072 | 10.52967831 | 94.9696629 | 10.58431901 | 94.47938965 | 3.021231651 | 105.9170686 |
7170
| onnxruntime | 1 | 256 | 21.47537231 | 11920.63151 | 10.69651358 | 93.48840561 | 10.74470952 | 93.06905859 | 3.068811178 | 166.8398511 |

0 commit comments

Comments
 (0)