mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-15 18:23:41 +00:00
ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator
https://maanavd.github.io/onnxruntime/ ### Description Many changes, most small, but quite a few. Listed here: - Infinitely scrolling testimonial banner on homepage - New Microsoft-approved cookie consent banner (only shows up in correct regions, here's a screen of it working):  You can duplicate this behavior if you want using: [this link](https://eng.ms/docs/cloud-ai-platform/devdiv/one-engineering-system-1es/1es-docs/wcp/privacy/wcp-cookie-consent-api#cookie-consent-library---javascript:~:text=siteConsent.manageConsent()%3B%0A%20%20%20%20%7D-,How%20to%20test%20if%20banner%20is%20loading%20for%20EU%20visitors,-You%20can%20use) - removed SAOS animations, relying on native tailwind animations - ran a linting pass - easter egg for hovering onnxruntime pinwheel --------- Co-authored-by: MaanavD <maanavdalal@microsoft.com> |
||
|---|---|---|
| .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 | ||