From 6c3c4605c4c9e4dcc73e97a90380ffa8d7ae5a63 Mon Sep 17 00:00:00 2001 From: Sophie Schoenmeyer <107952697+sophies927@users.noreply.github.com> Date: Wed, 23 Oct 2024 13:53:56 -0700 Subject: [PATCH] Update release roadmap page (#22562) ### Description Updating release roadmap page to include new announcement, remove features that are no longer planned, and add Olive section to feature list dropdown. ### Motivation and Context --- src/routes/roadmap/+page.svelte | 131 ++++++++++++++++++-------------- 1 file changed, 73 insertions(+), 58 deletions(-) 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.
  • 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.
  • New Packages

    We are planning to start releasing the following packages:

    @@ -110,9 +114,10 @@ added in ORT 1.20):

    Major Updates

    @@ -173,14 +178,18 @@
    Announcements
    -

    - 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 +

    @@ -190,12 +199,10 @@
    Build System & Packages
    @@ -206,12 +213,8 @@
    Core
    @@ -222,8 +225,8 @@
    Performance
    @@ -235,23 +238,23 @@

    TensorRT

    QNN

    OpenVINO

    DirectML

    @@ -262,12 +265,9 @@
    Mobile
    @@ -278,18 +278,12 @@
    Web
    @@ -300,12 +294,10 @@
    GenAI
    @@ -316,11 +308,34 @@
    Extensions
    +

    + Full release notes for ONNX Runtime Extensions v0.13 will be found here once they are available (10/30 target). +

    +
    + + + +
    + +
    Olive
    +
    + +

    + Full release notes for Olive v0.7.0 can be found here. +