more professional
This commit is contained in:
@@ -86,10 +86,10 @@ return h.html({ lang = "en" })({
|
|||||||
"lsf bench (luau.software bench)",
|
"lsf bench (luau.software bench)",
|
||||||
}),
|
}),
|
||||||
h.p()({
|
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()({
|
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()({
|
h.main()({
|
||||||
@@ -105,12 +105,12 @@ return h.html({ lang = "en" })({
|
|||||||
h.hr()({}),
|
h.hr()({}),
|
||||||
}),
|
}),
|
||||||
h.header()({
|
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.div({ style = "display: flex; flex-direction: row; flex-wrap: wrap; column-gap: 10px;" })({
|
||||||
h.article()({
|
h.article()({
|
||||||
h.header()({
|
h.header()({
|
||||||
"my email (contact for questions about the benchmark)",
|
"mM email (contact for questions about the benchmark)",
|
||||||
}),
|
}),
|
||||||
h.p()({
|
h.p()({
|
||||||
"cyclic@luau.software",
|
"cyclic@luau.software",
|
||||||
@@ -118,16 +118,12 @@ return h.html({ lang = "en" })({
|
|||||||
}),
|
}),
|
||||||
h.article()({
|
h.article()({
|
||||||
h.header()({
|
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" })({
|
h.a({ href = "https://git.luau.software/cyclic/lsfbench" })({
|
||||||
"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;",
|
|
||||||
})({})
|
|
||||||
}),
|
}),
|
||||||
}),
|
}),
|
||||||
}),
|
}),
|
||||||
|
|||||||
Reference in New Issue
Block a user