From 8f12dfaef32a49acca98aa10984e128710f321c8 Mon Sep 17 00:00:00 2001 From: Uzo Nweke Date: Fri, 19 Jan 2024 19:29:35 -0500 Subject: [PATCH] breaking ground --- ci/run.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ci/run.sh b/ci/run.sh index 791b17a19..b411be559 100755 --- a/ci/run.sh +++ b/ci/run.sh @@ -504,6 +504,15 @@ function gg_sum_open_llama_7b_v2 { #gg_printf '- shakespeare (q8_0 / f16 base lora):\n```\n%s\n```\n' "$(cat $OUT/${ci}-ppl-shakespeare-lora-q8_0-f16.log)" } +# Mistral-7B-v0.1 +# requires: GG_BUILD_CUDA + +function gg_run_mistral_7b_v0_1 { +} + +function gg_sum_mistral_7b_v0_1 { +} + ## main if [ -z ${GG_BUILD_LOW_PERF} ]; then