Skip to content

Commit ba8337d

Browse files
committed
Update website messaging to reflect full ML framework positioning
Broaden hero copy and metadata from inference-only to train, run, and serve.
1 parent 05c1ad0 commit ba8337d

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<head>
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1">
6-
<title>Zerfoo — Pure Go ML Inference Framework</title>
7-
<meta name="description" content="Embed any GGUF model in your Go application with go build. 245 tok/s on Gemma 3 1B — 20% faster than Ollama. Zero CGo.">
6+
<title>Zerfoo — Machine Learning Framework for Go</title>
7+
<meta name="description" content="Train, run, and serve ML models in your Go application. 245 tok/s on Gemma 3 1B — 20% faster than Ollama. Pure Go, zero CGo.">
88
<meta name="theme-color" content="#8B5CF6">
99
<link rel="icon" href="zerfoo.svg" type="image/svg+xml">
1010
<style>
@@ -184,8 +184,8 @@
184184
<section class="hero">
185185
<div class="wrap">
186186
<img src="zerfoo.svg" alt="Zerfoo" class="hero-logo">
187-
<h1>ML inference for Go.<br><span class="grad">Pure Go. Zero CGo.</span></h1>
188-
<p class="sub">Embed any GGUF model in your Go application. One import, one function call. GPU-accelerated at runtime, no C compiler needed.</p>
187+
<h1>Machine learning for Go.<br><span class="grad">Pure Go. Zero CGo.</span></h1>
188+
<p class="sub">Train, run, and serve ML models in your Go application. One import, GPU-accelerated at runtime, no C compiler needed.</p>
189189
<div class="stats">
190190
<div class="stat"><div class="num">245 tok/s</div><div class="label">Gemma 3 1B Q4_K_M</div></div>
191191
<div class="stat"><div class="num">+20%</div><div class="label">faster than Ollama</div></div>
@@ -276,7 +276,7 @@ <h2>Up and running in seconds</h2>
276276
<div class="wrap">
277277
<div class="section-head">
278278
<h2>Built for production Go</h2>
279-
<p>Everything you need to embed ML inference into your Go services.</p>
279+
<p>Everything you need to build, train, and deploy ML models in your Go services.</p>
280280
</div>
281281
<div class="feat-grid">
282282
<div class="feat">

logo.png

51.8 KB
Loading

0 commit comments

Comments
 (0)