webgpu-chat / index.html
Guenther Schmuelling
update
b266d12
raw
history blame contribute delete
815 Bytes
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>WebGPU Chat</title>
<script type="importmap">
{
"imports": {
"@huggingface/transformers": "./node_modules/@huggingface/transformers/dist/transformers.web.js",
"onnxruntime-web": "./node_modules/onnxruntime-web/dist/ort.webgpu.mjs",
"onnxruntime-common": "./node_modules/onnxruntime-common/dist/esm/index.js"
}
}
</script>
<script type="module" crossorigin src="/assets/index-BMyP1-hr.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-DqUFTG0G.css">
</head>
<body>
<div id="root"></div>
</body>
</html>