LFM2.5-VL-3B-WebGPU / index.html
shubeydoo's picture
Initial release
6c30253
Raw
History Blame Contribute Delete
465 Bytes
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#10100f" />
<meta name="description" content="On-device vision-language inference with LFM2.5-VL-3B and WebGPU." />
<title>LFM2.5-VL-3B · WebGPU</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>