Join Microsoft at Open Source Summit North America 2024 

4 min read

Join Microsoft at Open Source Summit North America 2024, taking place in Seattle, Washington from April 16 to 18, 2024, bringing together open source developers, technologists, and community leaders to collaborate, share information, solve problems, and gain knowledge. Read more

Exploring DragGAN implementation using ONNX Runtime 

5 min read

In this Blog we will describe our implementation of the DragGAN2 algorithm, based on StyleGAN1, using ONNX Runtime. We will give a technical overview of the architectures, describe the motivation and discuss challenges and their resolution. We have also released the python code that walks through the resulting implementation. Read more

Accelerating over 130,000 Hugging Face models with ONNX Runtime 

3 min read

ONNX models can be accelerated with ONNX Runtime (ORT), which works cross-platform and provides coverage for many cloud models and language models. Updating the HF Model Hub with more accurate information about ONNX coverage will ensure that users can leverage all the benefits of ORT when deploying HF models. Read more

Kubernetes at scale with GitOps and Cluster API 

5 min read

As the requirements and software surrounding Kubernetes clusters grow along with the required number of clusters, the administrative overhead becomes overwhelming and unsustainable without an appropriate architecture and supportive tooling. Read more