CoolFace
Apppublic

inductiveML/monarch-webgpu

sourceHugging Faceapache-2.0updated 7d agoView on Hugging Face
1likes
index.html16 linesDownload Raw Back to root
1<!doctype html>2<html lang="en">3<head>4 <meta charset="UTF-8"/>5 <meta name="viewport" content="width=device-width, initial-scale=1.0"/>6 <meta name="description" content="Run LFM2.5-230M on your GPU with MONARCH's open-source WGSL decoder. Generate text and measure real tokens per second."/>7 <title>MONARCH — LFM2.5 WebGPU Kernels</title>8 <link rel="preconnect" href="https://fonts.googleapis.com"/>9 <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin/>10 <link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500&family=Spectral:ital,wght@0,400;0,500;1,400&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet"/>11  <script type="module" crossorigin src="/assets/source-CZtFlHX1.js"></script>12  <link rel="stylesheet" crossorigin href="/assets/source-DHx2_N6x.css">13</head>14<body><div id="root"></div><noscript>Enable JavaScript to run the WebGPU demo. Source and build instructions are available in the Space's Files tab.</noscript></body>15</html>16