Spaces:
Running
Running
Yang Gu
commited on
Commit
·
79a9351
1
Parent(s):
e4aee93
Add ort-phi2 to webpage
Browse files- demo/ort-phi2/index.html +2 -2
- main.js +5 -0
demo/ort-phi2/index.html
CHANGED
@@ -6,8 +6,8 @@
|
|
6 |
</head>
|
7 |
|
8 |
<body>
|
9 |
-
|
10 |
-
<script src="https://wp-27.sh.intel.com/workspace/project/onnxruntime/js/web/dist/ort.webgpu.min.js"> </script>
|
11 |
|
12 |
<script type="module">
|
13 |
import { AutoTokenizer, env } from '../../transformers/transformers.js';
|
|
|
6 |
</head>
|
7 |
|
8 |
<body>
|
9 |
+
<script src="https://cdn.jsdelivr.net/npm/onnxruntime-web@dev/dist/ort.webgpu.min.js"> </script>
|
10 |
+
<!-- <script src="https://wp-27.sh.intel.com/workspace/project/onnxruntime/js/web/dist/ort.webgpu.min.js"> </script> -->
|
11 |
|
12 |
<script type="module">
|
13 |
import { AutoTokenizer, env } from '../../transformers/transformers.js';
|
main.js
CHANGED
@@ -56,6 +56,11 @@ const pageCategories = [
|
|
56 |
title: `ONNX Runtime`,
|
57 |
description: `ONNX Runtime`,
|
58 |
demos: {
|
|
|
|
|
|
|
|
|
|
|
59 |
sam: {
|
60 |
name: 'Segment Anything',
|
61 |
description: `Segment Anything from https://github.com/guschmue/ort-webgpu/tree/master/segment-anything`,
|
|
|
56 |
title: `ONNX Runtime`,
|
57 |
description: `ONNX Runtime`,
|
58 |
demos: {
|
59 |
+
phi2: {
|
60 |
+
name: 'phi2',
|
61 |
+
description: `phi2 from Microsoft`,
|
62 |
+
filename: "ort-phi2",
|
63 |
+
},
|
64 |
sam: {
|
65 |
name: 'Segment Anything',
|
66 |
description: `Segment Anything from https://github.com/guschmue/ort-webgpu/tree/master/segment-anything`,
|