https://store-images.s-microsoft.com/image/apps.6332.8ffd5aab-675a-40c8-b513-1bb73da15cc8.996f72f8-effd-492d-9094-fbefbb7826b0.5bc0028e-78e3-4bd5-b237-00013eebc500

MegEngine

bCloud LLC

MegEngine

bCloud LLC

Version 1.13.0 + Free with Support on Ubuntu 24.04

MegEngine is an open-source deep learning framework developed by Megvii (Face++). It provides an efficient and flexible platform for building, training, and deploying AI models. Designed with performance in mind, MegEngine supports both CPU and GPU acceleration, making it suitable for research as well as production environments. It is widely used in computer vision, natural language processing, and other machine learning applications.

Features of MegEngine:

  • High performance: Optimized tensor operations for efficient training and inference on CPUs and GPUs.
  • Dynamic and static computation graphs: Offers flexibility for research and stability for deployment.
  • Cross-domain usage: Supports tasks in computer vision, NLP, and general machine learning.
  • Scalability: Suitable for large-scale distributed training and real-time inference.
  • Open-source: Freely available with an active community and industry adoption.
  • Deployment-ready: Optimized for both experimentation and production pipelines.

To check the installed version of MegEngine in your environment:


$ sudo su
$ sudo apt update
$ source /opt/megengine_env/bin/activate
$ pip show megengine

Disclaimer: MegEngine was originally developed by Megvii Technology (Face++). Official prebuilt wheels are provided for specific Python versions (generally 3.6–3.10). For the latest updates, supported platforms, and installation methods, always refer to the official documentation at megengine.org.cn.