more professional

This commit is contained in:
2026-01-13 17:13:51 +00:00
parent c51db13f95
commit 90f8ef5f7d

View File

@@ -86,10 +86,10 @@ return h.html({ lang = "en" })({
"lsf bench (luau.software bench)",
}),
h.p()({
"a benchmark for testing local LLMs capability with Luau programming - written in Luau",
"A benchmark for testing local LLMs capability with Luau programming - written in Luau.",
}),
h.p()({
"ollama was used for inference, all model names are the exact model names you'd ollama run",
"Ollama was used for inference, all model names are the exact model names you'd ollama run",
}),
}),
h.main()({
@@ -105,12 +105,12 @@ return h.html({ lang = "en" })({
h.hr()({}),
}),
h.header()({
h.h1()({ "info for this benchmark:" }),
h.h1()({ "Info for this benchmark:" }),
}),
h.div({ style = "display: flex; flex-direction: row; flex-wrap: wrap; column-gap: 10px;" })({
h.article()({
h.header()({
"my email (contact for questions about the benchmark)",
"mM email (contact for questions about the benchmark)",
}),
h.p()({
"cyclic@luau.software",
@@ -118,16 +118,12 @@ return h.html({ lang = "en" })({
}),
h.article()({
h.header()({
"the git repo for the source and partial technical details",
"The git repo for the source and partial technical details",
}),
h.a({ href = "https://git.luau.software/cyclic/lsfbench" })({
"lsfbench",
}),
}),
h.img({
src = "https://git.luau.software/luau.software/luau.software/raw/branch/main/public/luauchan.png",
style = "position: fixed; bottom: 0px; right: 0px; width: 300px; height: auto; z-index: 9999;",
})({})
}),
}),
}),