-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.html
executable file
·37 lines (34 loc) · 1.25 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<html>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-4bw+/aepP/YC94hEpVNVgiZdgIC5+VKNBQNGCHeKRQN+PtmoHDEXuppvnDJzQIu9" crossorigin="anonymous" />
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-HwwvtgBNo3bZJJLYd8oVXjrBZt8cqVSpeBNS5n7C8IVInixGAoxmnlMuBnhbgrkm" crossorigin="anonymous">
</script>
<head>
<title>onnxruntime-web webgpu examples</title>
</head>
<body data-bs-theme="dark">
<div class="container">
<div class="row pt-3">
<div>
<h2>onnxruntime-web webgpu examples</h2>
</div>
</div>
<div class="row pt-3">
<a href="sd-turbo/index.html?images=1">Stable Diffusion Turbo</a>
</div>
<div class="row pt-3">
<a href="segment-anything/index.html">Segment Anything</a>
</div>
<div class="row pt-3">
<a href="chat/index.html">Phi3-mini</a>
</div>
<div class="row pt-3">
<a href="chat/index.html?model=tinyllama">TinyLlama</a>
</div>
<div class="row pt-3">
<a href="yolov9/index.html">YoloV9</a>
</div>
</div>
</body>
</html>