mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-14 18:12:05 +00:00
ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator
### Description This PR re-arranges "tutorial" documentation of ORT web on onnxruntime.ai Current doc: https://onnxruntime.ai/docs/ Change preview: https://fs-eire.github.io/onnxruntime/docs/ ### Changes - Added page: - [`Using WebGPU`](https://fs-eire.github.io/onnxruntime/docs/tutorials/web/ep-webgpu.html) - [`Working with Large Models`](https://fs-eire.github.io/onnxruntime/docs/tutorials/web/large-models.html) - [`Performance Diagnosis`](https://fs-eire.github.io/onnxruntime/docs/tutorials/web/performance-diagnosis.html) - [`Deploying ONNX Runtime Web`](https://fs-eire.github.io/onnxruntime/docs/tutorials/web/deploy.html) - [`Troubleshooting`](https://fs-eire.github.io/onnxruntime/docs/tutorials/web/trouble-shooting.html) (a placeholder for now) |
||
|---|---|---|
| .github/workflows | ||
| _includes | ||
| _sass | ||
| css | ||
| docs | ||
| fonts | ||
| images | ||
| src | ||
| static | ||
| .eslintignore | ||
| .eslintrc.cjs | ||
| .gitignore | ||
| .npmrc | ||
| .prettierignore | ||
| .prettierrc | ||
| _config.yml | ||
| CNAME | ||
| CONTRIBUTING.md | ||
| favicon.ico | ||
| Gemfile | ||
| Gemfile.lock | ||
| googlee249f93c137f3996.html | ||
| package.json | ||
| postcss.config.js | ||
| svelte.config.js | ||
| tailwind.config.js | ||
| tsconfig.json | ||
| vite.config.ts | ||