CoolFace
Apppublic

kamjin/phi-3.5-webgpu

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
0likes
index.html34 linesDownload Raw Back to root
1<!doctype html>2<html lang="en">3  <head>4    <meta charset="UTF-8" />5    <link rel="icon" type="image/png" href="/logo.png" />6    <meta name="viewport" content="width=device-width, initial-scale=1.0" />7    <title>Phi-3.5 WebGPU</title>8    <script type="module" crossorigin src="/assets/index-26qctjE_.js"></script>9    <link rel="stylesheet" crossorigin href="/assets/index-DP5An8RJ.css">10  </head>11 12  <body>13    <div id="root"></div>14 15    <script>16      window.MathJax = {17        tex: {18          inlineMath: [19            ["$", "$"],20            ["\\(", "\\)"],21          ],22        },23        svg: {24          fontCache: "global",25        },26      };27    </script>28    <script29      id="MathJax-script"30      src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"31    ></script>32  </body>33</html>34