diff --git a/src/routes/roadmap/+page.svelte b/src/routes/roadmap/+page.svelte
index 8de1ba30e5224..4d6258da711d4 100644
--- a/src/routes/roadmap/+page.svelte
+++ b/src/routes/roadmap/+page.svelte
@@ -95,6 +95,10 @@
(Maven Central) were published.
-
- All ONNX Runtime Training packages have been deprecated. ORT 1.19.2 was the
- last release for which onnxruntime-training (PyPI), onnxruntime-training-cpu (PyPI), Microsoft.ML.OnnxRuntime.Training
+
+ - All ONNX Runtime Training packages have been deprecated. ORT 1.19.2 was the last
+ release for which onnxruntime-training (PyPI), onnxruntime-training-cpu (PyPI), Microsoft.ML.OnnxRuntime.Training
(Nuget), onnxruntime-training-c (CocoaPods), onnxruntime-training-objc (CocoaPods), and onnxruntime-training-android
- (Maven Central) were published. ONNX Runtime packages will stop supporting Python 3.8 and Python
- 3.9. This decision aligns with NumPy Python version support. To continue using ORT with Python
- 3.8 and Python 3.9, you can use ORT 1.19.2 and earlier.
-
+ (Maven Central) were published.
+ - ONNX Runtime packages will stop supporting Python 3.8 and Python 3.9. This decision aligns with
+ NumPy Python version support. To continue using ORT with Python 3.8 and Python 3.9, you can use ORT 1.19.2 and earlier.
+ - ONNX Runtime 1.20 CUDA packages will include new dependencies that were not required in 1.19 packages.
+ The following dependencies are new: libcudnn_adv.so.9, libcudnn_cnn.so.9, libcudnn_engines_precompiled.so.9,
+ libcudnn_engines_runtime_compiled.so.9, libcudnn_graph.so.9, libcudnn_heuristic.so.9, libcudnn_ops.so.9, libnvrtc.so.12,
+ and libz.so.1.
+
@@ -190,12 +199,10 @@
- - Improve performance profiling and optimize tokenization.
- - Increase multi-modal model support, including more kernel attributes.
- - Add Unigram tokenization model support.
- - Remove OpenCV dependency from C API build.
+ - Tokenization performance improvements.
+ - Additional multi-modal model support (CLIP and Mllama), including more kernel attributes.
+ - Unigram tokenization model support.
+ - OpenCV dependency removed from C API build.
+
+ Full release notes for ONNX Runtime Extensions v0.13 will be found here once they are available (10/30 target).
+
+
+
+
+
+