Spaces:
Running
Running
correct RAM figure: ~150-200MB measured vs unreliable peak_ram_mb
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -106,7 +106,7 @@ init().catch(e => { document.getElementById("status").textContent = "error: " +
|
|
| 106 |
</script>
|
| 107 |
<div class="muted"><p>Tips:</p>
|
| 108 |
<ul>
|
| 109 |
-
<li>Runs fully client-side (WASM ~325 KB, weights ~13.7 MB, ~
|
| 110 |
<li>CORS: works from any <code>http(s)</code> page; for a local file open over <code>python3 -m http.server</code>.</li>
|
| 111 |
<li>Gives one answer per <code>complete()</code> call — for batches, call the engine fresh per text (see README).</li>
|
| 112 |
<li>Model card, training data & API docs: <a href="https://huggingface.co/Qrzysztof/get-name">Qrzysztof/get-name</a>.</li>
|
|
|
|
| 106 |
</script>
|
| 107 |
<div class="muted"><p>Tips:</p>
|
| 108 |
<ul>
|
| 109 |
+
<li>Runs fully client-side (WASM ~325 KB, weights ~13.7 MB, ~150–200 MB memory measured in Node; browser may differ).</li>
|
| 110 |
<li>CORS: works from any <code>http(s)</code> page; for a local file open over <code>python3 -m http.server</code>.</li>
|
| 111 |
<li>Gives one answer per <code>complete()</code> call — for batches, call the engine fresh per text (see README).</li>
|
| 112 |
<li>Model card, training data & API docs: <a href="https://huggingface.co/Qrzysztof/get-name">Qrzysztof/get-name</a>.</li>
|