ExecuTorch
ExecuTorch is PyTorch’s open source framework for deploying AI/ML models directly to edge devices, enabling text, vision, speech, recommendation, and multimodal inference without requiring the cloud. It exports models from PyTorch without intermediate conversion formats, preserves ATen operators, and uses ahead-of-time compilation to optimize performance for target hardware before deployment. Its modular design lets developers choose compile-time and runtime optimizations while staying inside the familiar PyTorch ecosystem, including torchao for quantization. A portable C++ runtime with a base footprint of about 50 KB can run on smartphones, desktops, embedded systems, microcontrollers, DSPs, and Cortex-M processors. ExecuTorch supports Android, iOS, Linux, Windows, macOS, and WebAssembly, with native APIs for C++, Swift, Kotlin, and Objective-C.
Learn more
OpenVINO
The Intel® Distribution of OpenVINO™ toolkit is an open-source AI development toolkit that accelerates inference across Intel hardware platforms. Designed to streamline AI workflows, it allows developers to deploy optimized deep learning models for computer vision, generative AI, and large language models (LLMs). With built-in tools for model optimization, the platform ensures high throughput and lower latency, reducing model footprint without compromising accuracy. OpenVINO™ is perfect for developers looking to deploy AI across a range of environments, from edge devices to cloud servers, ensuring scalability and performance across Intel architectures.
Learn more
Amazon SageMaker
Amazon SageMaker is an advanced machine learning service that provides an integrated environment for building, training, and deploying machine learning (ML) models. It combines tools for model development, data processing, and AI capabilities in a unified studio, enabling users to collaborate and work faster. SageMaker supports various data sources, such as Amazon S3 data lakes and Amazon Redshift data warehouses, while ensuring enterprise security and governance through its built-in features. The service also offers tools for generative AI applications, making it easier for users to customize and scale AI use cases. SageMaker’s architecture simplifies the AI lifecycle, from data discovery to model deployment, providing a seamless experience for developers.
Learn more
TensorFlow
An end-to-end open source machine learning platform. TensorFlow is an end-to-end open source platform for machine learning. It has a comprehensive, flexible ecosystem of tools, libraries and community resources that lets researchers push the state-of-the-art in ML and developers easily build and deploy ML powered applications. Build and train ML models easily using intuitive high-level APIs like Keras with eager execution, which makes for immediate model iteration and easy debugging. Easily train and deploy models in the cloud, on-prem, in the browser, or on-device no matter what language you use. A simple and flexible architecture to take new ideas from concept to code, to state-of-the-art models, and to publication faster. Build, deploy, and experiment easily with TensorFlow.
Learn more