Skip to content

Commit

Permalink
feat: llama3 beam on nv
Browse files Browse the repository at this point in the history
  • Loading branch information
wozeparrot committed Jul 29, 2024
1 parent b3e813c commit c868ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ <h4><span class="last-n">10</span> runs</h4>
'llama_2_70B.txt': { name: 'Llama 2 70B (tinybox red)', system: 'amd' },
'llama_four_gpu.txt': { name: 'Llama 7B 4 GPUs (tinybox)', system: 'amd_nvidia' },
'llama_six_gpu.txt': { name: 'Llama 7B 6 GPUs (tinybox)', system: 'amd_nvidia' },
'llama3_beam.txt': { name: 'Llama 3 BEAM', system: 'amd' },
'llama3_beam.txt': { name: 'Llama 3 BEAM', system: 'amd_nvidia' },
'llama3_four_gpu.txt': { name: 'Llama 3 4 GPUs (tinybox)', system: 'amd_nvidia' },
'llama3_six_gpu.txt': { name: 'Llama 3 6 GPUs (tinybox)', system: 'amd_nvidia' },
'mixtral.txt': { name: 'Mixtral (tinybox red)', system: 'amd' },
Expand Down

0 comments on commit c868ff9

Please sign in to comment.