From c868ff9245dd2dfffa17475f0d109422c20806cf Mon Sep 17 00:00:00 2001 From: Woze Parrot Date: Sun, 28 Jul 2024 21:44:07 -0700 Subject: [PATCH] feat: llama3 beam on nv --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index eb7b382..431e786 100644 --- a/index.html +++ b/index.html @@ -58,7 +58,7 @@

10 runs

'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' },