Skip to content

Commit

Permalink
Create index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
archana-ramalingam authored Nov 19, 2024
1 parent 841fa6b commit 66d2aa3
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions llm/llama/perplexity/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<!DOCTYPE html>
<html>
<head>
<style>
table, th, td {
border: 1px solid black;
border-collapse: collapse;
}
th {
text-align: left;
}
</style>
</head>
<body>

<h1>Perplexity Scoreboard</h1>
<table style="width:25%">
<tr>
<th>CPU</th>
<th>GPU</th>
</tr>
<tr>
<td>AMD EPYC 9554</td>
<td>MI300X</td>
</tr>
</table>

<h2>LLaMA 3.1</h2>
<table style="width:75%">
<tr>
<th>Models</th>
<th>Model size (GB)</th>
<th>Torch score</th>
<th>IREE score</th>
</tr>
<tr>
<td>8B FP16 TP1 decomposed </td>
<td>16.07</td>
<td>14.930181</td>
<td>14.991893</td>
</tr>
</table>
<h3>CI tests:</h3>
<p><a href="torch_perplexity/index.html">Torch Perplexity</a></p>
<p><a href="iree_perplexity/index.html">IREE Perplexity</a></p>
</body>
</html>

0 comments on commit 66d2aa3

Please sign in to comment.