Skip to content

Commit

Permalink
Update ORT Release Roadmap Announcements section (#22324)
Browse files Browse the repository at this point in the history
### Description
Updated Announcements section to separate 2 announcements into list +
bold them. These changes will make Python announcement more visible to
users.



### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
  • Loading branch information
sophies927 authored Oct 7, 2024
1 parent d5908da commit 6b9d380
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/routes/roadmap/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,14 @@
</div>
</div>
<h2 class="text-xl font-bold mt-2">Announcements</h2>
<p class="font-thin">
<strong>All ONNX Runtime Training packages have been deprecated.</strong> ORT 1.19.2 was the last
<ul class="list-disc ml-8">
<li><strong>All ONNX Runtime Training packages have been deprecated.</strong> 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.
</p>
(Maven Central) were published.</li>
<li><strong>ONNX Runtime packages will stop supporting Python 3.8 and Python 3.9.</strong> 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.</li>
</ul>
<h2 class="text-xl font-bold mt-2">New Packages</h2>
<p class="font-thin">We are planning to start releasing the following packages:</p>
<ul class="list-disc ml-8">
Expand Down

0 comments on commit 6b9d380

Please sign in to comment.