inductiveML/monarch-webgpu
1
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</head>12<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><script type="module" src="/src/main.tsx"></script></body>13</html>14 