{title}
++ By: + {#each authors as author, i} + {author}{i + 1 === authors.length ? '' : ', '} + {/each} +
++ {date.toLocaleUpperCase()} + {#if updated != undefined} + (Updated {updated}) + {/if} +
+
+
+
+ diff --git a/docs/api/js/index.html b/docs/api/js/index.html index 53e41a6173..803f7fdf5d 100644 --- a/docs/api/js/index.html +++ b/docs/api/js/index.html @@ -25,7 +25,7 @@
See also:
diff --git a/docs/performance/tune-performance/logging_tracing.md b/docs/performance/tune-performance/logging_tracing.md index ff0aa7684b..2413a93c6c 100644 --- a/docs/performance/tune-performance/logging_tracing.md +++ b/docs/performance/tune-performance/logging_tracing.md @@ -68,7 +68,7 @@ This will dynamically trace with high-performance the previously mentioned LOGS( Provider Name: ONNXRuntimeTraceLoggingProvider Provider GUID: 929DD115-1ECB-4CB5-B060-EBD4983C421D -Keyword: Logs (0x2) keyword per [logging.h](https://github.com/ivberg/onnxruntime/blob/user/ivberg/ETWRundown/include/onnxruntime/core/common/logging/logging.h#L83) +Keyword: Logs (0x2) keyword per [logging.h](https://github.com/ivberg/onnxruntime/blob/9cb97ee507b9b45d4a896f663590083e7e7568ac/include/onnxruntime/core/common/logging/logging.h#L83) Level: 1 (CRITICAL ) through 5 (VERBOSE) per [TraceLoggingLevel](https://learn.microsoft.com/en-us/windows/win32/api/traceloggingprovider/nf-traceloggingprovider-tracelogginglevel#remarks) ### Microsoft.ML.ONNXRuntime @@ -77,7 +77,7 @@ The [Microsoft.ML.ONNXRuntime](https://github.com/microsoft/onnxruntime/blob/mai Provider Name: Microsoft.ML.ONNXRuntime Provider GUID: 3a26b1ff-7484-7484-7484-15261f42614d -Keywords: Multiple per [logging.h](https://github.com/ivberg/onnxruntime/blob/user/ivberg/ETWRundown/include/onnxruntime/core/common/logging/logging.h#L81) +Keywords: Multiple per [logging.h](https://github.com/ivberg/onnxruntime/blob/9cb97ee507b9b45d4a896f663590083e7e7568ac/include/onnxruntime/core/common/logging/logging.h#L81) Level: 1 (CRITICAL ) through 5 (VERBOSE) per [TraceLoggingLevel](https://learn.microsoft.com/en-us/windows/win32/api/traceloggingprovider/nf-traceloggingprovider-tracelogginglevel#remarks) Note: This provider supports ETW [CaptureState](https://learn.microsoft.com/en-us/windows-hardware/test/wpt/capturestateonsave) (Rundown) for logging state for example when a trace is saved diff --git a/docs/performance/tune-performance/profiling-tools.md b/docs/performance/tune-performance/profiling-tools.md index 3d1973508f..e92f90d288 100644 --- a/docs/performance/tune-performance/profiling-tools.md +++ b/docs/performance/tune-performance/profiling-tools.md @@ -58,7 +58,7 @@ As covered in [logging](logging_tracing.md) ONNX supports dynamic enablement of - Provider Name: Microsoft.ML.ONNXRuntime - Provider GUID: 3a26b1ff-7484-7484-7484-15261f42614d -- Keywords: Profiling = 0x100 per [logging.h](https://github.com/ivberg/onnxruntime/blob/user/ivberg/ETWRundown/include/onnxruntime/core/common/logging/logging.h#L81) +- Keywords: Profiling = 0x100 per [logging.h](https://github.com/ivberg/onnxruntime/blob/9cb97ee507b9b45d4a896f663590083e7e7568ac/include/onnxruntime/core/common/logging/logging.h#L81) - Level: - 5 (VERBOSE) = profiling_level=basic (good details without perf loss) - greater than 5 = profiling_level=detailed (individual ops are logged with inference perf hit) diff --git a/package.json b/package.json index 68d2392a3a..f2bb60102c 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,7 @@ "postbuild": "npx svelte-sitemap --domain https://onnxruntime.ai" }, "devDependencies": { + "@beyonk/gdpr-cookie-consent-banner": "^12.1.0", "@sveltejs/adapter-auto": "^2.0.0", "@sveltejs/adapter-static": "^2.0.2", "@sveltejs/kit": "^1.20.4", @@ -23,12 +24,13 @@ "@typescript-eslint/eslint-plugin": "^5.45.0", "@typescript-eslint/parser": "^5.45.0", "autoprefixer": "^10.4.14", - "daisyui": "^3.6.3", + "daisyui": "^4.7.2", "eslint": "^8.28.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-svelte": "^2.30.0", "gh-pages": "^5.0.0", "jquery": "^3.7.1", + "mdsvex": "^0.11.0", "postcss": "^8.4.26", "prettier": "^2.8.0", "prettier-plugin-svelte": "^2.10.1", diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 061fecc21f..2fb5d7fa77 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -11,6 +11,7 @@+ By: + {#each authors as author, i} + {author}{i + 1 === authors.length ? '' : ', '} + {/each} +
++ {date.toLocaleUpperCase()} + {#if updated != undefined} + (Updated {updated}) + {/if} +
+Python
C#
JavaScript
Java
C++
ONNX Runtime reduces costs for large model training and enables on-device training.
- Learn more about ONNX Runtime Training → + Learn more about ONNX Runtime Training →