Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
| <title>UncGPT WebGPU</title> | |
| <script type="module" crossorigin src="/assets/index-B9xrvT1d.js"></script> | |
| <link rel="stylesheet" crossorigin href="/assets/index-BwByUAJf.css"> | |
| </head> | |
| <body> | |
| <main> | |
| <header> | |
| <h1>UncGPT WebGPU Runtime</h1> | |
| <span id="gpu-status">Checking WebGPU...</span> | |
| </header> | |
| <section class="panel"> | |
| <label> | |
| Model export URL | |
| <input id="weights-url" value="https://huggingface.co/Reza2kn/uncgpt-69-lfm2-langtag-fullpass-20260516/resolve/main/webgpu/lfm2_langtag_fullpass_packed_bitnet_npz/weights_packed.npz" /> | |
| </label> | |
| <label> | |
| Manifest URL | |
| <input id="manifest-url" value="https://huggingface.co/Reza2kn/uncgpt-69-lfm2-langtag-fullpass-20260516/resolve/main/webgpu/lfm2_langtag_fullpass_packed_bitnet_npz/manifest.json" /> | |
| </label> | |
| <button id="load">Load Export</button> | |
| </section> | |
| <section class="panel"> | |
| <textarea id="prompt" rows="6">I feel like I can't keep up with everyone.</textarea> | |
| <button id="generate" disabled>Run Runtime Smoke</button> | |
| <button id="benchmark" disabled>Run Decode Benchmark</button> | |
| <button id="profile" disabled>Run Decode Profile</button> | |
| </section> | |
| <pre id="log"></pre> | |
| </main> | |
| </body> | |
| </html> | |