diff --git a/src/images/ONNX-Dark.svelte b/src/images/ONNX-Dark.svelte new file mode 100644 index 0000000000000..370718d8a09ff --- /dev/null +++ b/src/images/ONNX-Dark.svelte @@ -0,0 +1,33 @@ + + + diff --git a/src/images/ONNX-Light.svelte b/src/images/ONNX-Light.svelte new file mode 100644 index 0000000000000..cf55b4ed8b8df --- /dev/null +++ b/src/images/ONNX-Light.svelte @@ -0,0 +1,33 @@ + + + diff --git a/src/images/undraw/image_largemodeltraining.svelte b/src/images/undraw/image_largemodeltraining.svelte index 03180553de67f..0113740420c55 100644 --- a/src/images/undraw/image_largemodeltraining.svelte +++ b/src/images/undraw/image_largemodeltraining.svelte @@ -4,6 +4,7 @@
In a rush? Get started easily:
- Don't see your favourite platform? See the many others we support →Don't see your favorite platform? See the many others we support →
- ONNX Runtime provides high performance for running deep learning models on a range of
- hardwares. Based on usage scenario requirements, latency, throughput, memory utilization,
- and model/application size are common dimensions for how performance is measured.
+ ONNX Runtime runs performantly on a range of hardware, excelling in performance dimensions
+ including latency, throughput, memory utilization, and model and application size.
- While ORT out-of-box aims to provide good performance for the most common usage patterns, there
- are model optimization techniques and runtime configurations that can be utilized to improve
- performance for specific use cases and models..
+ In addition to high performance out-of-box for the most common usage patterns, additional
+ model optimization techniques and runtime configurations can further improve performance for specific
+ use cases and models.
- ORTModule accelerates training of large transformer PyTorch models. The training time - and cost are reduced with a single line code change. It is built on top of highly - successful and proven technologies of ONNX Runtime and ONNX format. + ORTModule accelerates training of large transformer PyTorch models, reducing training + time and cost with a single line code change.
On-Device Training refers to the process of training a model on an edge device, such as - mobile phones, embedded devices, gaming consoles, web browsers, etc. This is in contrast - to training a model on a server or a cloud. + mobile phones, embedded devices, gaming consoles, web browsers, etc. This is useful for + when performance, connectivity, or privacy is a consideration and server-based training + is not an option.
ONNX Runtime Web allows JavaScript developers to run and deploy machine learning models in browsers.
- ONNX Runtime Mobile allows you to run model inferencing on mobile devices (iOS and - Android). + ONNX Runtime Mobile allows you to run model inferencing on mobile devices.
- Using ONNX Runtime with this hugely popular text-to-image latent diffusion model for image - generation can be hugely beneficial. -
+Use ONNX Runtime to accelerate this popular image generation model.
- ONNX Runtime also supports many increasingly popular large language model (LLM) families. - Several of these model families are available in the Hugging Face Model Hub with hundreds, or - even thousands, of models that are easily convertible to ONNX using the Optimum API: + ONNX Runtime supports many popular large language model (LLM) families in the Hugging Face Model + Hub. These, along with thousands of other models, are easily convertible to ONNX using the + Optimum API.
{title}
{description}
-{author}
+-{author}
- The same model and API works with NVIDIA and AMD GPUs, and the extensible "execution - provider" architecture allow you to plug-in custom operators, optimizer and hardware + The same model and API works with NVIDIA and AMD GPUs, and the extensible execution + provider architecture allow you to plug-in custom operators, optimizer and hardware accelerators.
- Compose with Deepspeed, Fairscale, Megatron, and more for even faster and more efficient + Compose with DeepSpeed, FairScale, Megatron, and more for even faster and more efficient training.
especially when working with sensitive data that cannot be shared with a server or a cloud
diff --git a/src/routes/windows/+page.svelte b/src/routes/windows/+page.svelte index 7466c6a6c5569..7c0cf855eb74a 100644 --- a/src/routes/windows/+page.svelte +++ b/src/routes/windows/+page.svelte @@ -1,6 +1,6 @@