Skip to content

Commit

Permalink
menu
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaxru committed Nov 9, 2024
1 parent 7a39c76 commit 8adf735
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion src/app/navigation/navigation.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 11,7 @@
<mat-toolbar>Menu</mat-toolbar>

<mat-nav-list>
<a mat-list-item href="/">Analysis</a>
<a mat-list-item href="/analysis">Analysis</a>
<a mat-list-item href="/vision">Vision</a>
<a mat-list-item href="/generation">Generation <small>(WIP)</small></a>
<a mat-list-item href="https://github.com/webmaxru/ng-ai">Repo</a>
Expand Down
3 changes: 0 additions & 3 deletions src/app/transformers.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 12,6 @@ env.useBrowserCache = true;
// Set location of .wasm files. Defaults to use a CDN.
if (env.backends.onnx.wasm) {
// env.backends.onnx.wasm.wasmPaths = '/wasm/'; // https://cdn.jsdelivr.net/npm/onnxruntime-web/dist/
// env.backends.onnx.wasm.wasmPaths = "../../assets/dist_transformers/dynamic-runs-1.20-dev/";
// https://github.com/huggingface/transformers.js/blob/7a58d6e11968dd85dc87ce37b2ab37213165889a/src/backends/onnx.js#L187
// https://github.com/microsoft/webnn-developer-preview/issues/46
}

interface SessionOptions {
Expand Down

0 comments on commit 8adf735

Please sign in to comment.