breaking ground
This commit is contained in:
parent
381ee19572
commit
8f12dfaef3
1 changed files with 9 additions and 0 deletions
|
@ -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)"
|
#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
|
## main
|
||||||
|
|
||||||
if [ -z ${GG_BUILD_LOW_PERF} ]; then
|
if [ -z ${GG_BUILD_LOW_PERF} ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue