0Pricing
Mojo Academy · 课时

MAX 提供什么

用于高性能人工智能推理的引擎。

MAX 提供什么 是 CoddyKit 上的免费 Mojo Academy 课时。 这是第 1 节课,共 4 节。 你可以在下方免费阅读本课时的完整内容 — 然后在浏览器中使用内置代码编辑器和全天候 AI 导师进行实践。 这是 Mojo Academy 学习路径的一部分,你的进度在网页和 CoddyKit 应用中同步。 Mojo Academy 课程共包含 4 节课。

本课时的部分内容尚未翻译,以英文显示。

Meet MAX

MAX is Modular's high-performance engine for running AI models. It is built to make inference fast, portable, and easy to deploy. 🚀

Inference, Defined

Inference means using a trained model to make predictions. MAX focuses on doing that step quickly and efficiently in production.

A Unified Engine

MAX gives you one engine that runs models from many frameworks, so you do not stitch together a different runtime for each one.

Hardware Portability

The same model can run on different hardware, from CPUs to GPUs, without you rewriting it for each target. That flexibility saves real effort.

Where Mojo Fits

Mojo is the language you reach for when you need to extend MAX with custom, high-speed operations the built-in ops do not cover.

Speed Out of the Box

MAX applies graph-level optimizations automatically, so your model often runs faster without any manual tuning from you.

Serving Made Simple

MAX can serve a model behind an endpoint, turning your trained network into a service that applications can call.

Python Stays Close

You can drive MAX from Python, so your familiar tooling and data pipelines keep working alongside the fast engine.

from max import engine

Part of the Platform

MAX is one piece of the broader Modular platform, sitting beside Mojo to cover the whole path from model to deployment.

Why Teams Choose MAX

Teams pick MAX to cut latency and cost while keeping one consistent workflow across the hardware they deploy on.

Your Mental Model

Picture MAX as the runtime that takes a model and makes it run fast everywhere, with Mojo ready to extend it. ✨

Quick Check

Recall the core job MAX is built to do.

Recap

You learned that MAX is the high-performance inference engine of the Modular platform, portable across hardware and extendable with Mojo. 🎯

常见问题解答

「MAX 提供什么」课时是免费的吗?

是的 — 「MAX 提供什么」的完整文本可在网页上免费阅读。要进行交互式练习(内置代码编辑器和全天候 AI 导师)并解锁 Mojo Academy 课程的其余内容,请升级到 CoddyKit PRO。 Mojo Academy 课程共包含 4 节课。

「MAX 提供什么」这节课中我会学到什么?

用于高性能人工智能推理的引擎。 你通过在浏览器中直接运行的动手代码来练习 Mojo Academy,全天候 AI 导师会在你学习这节课的过程中回答你的问题。

学习 Mojo Academy 需要有经验吗?

无需任何先前经验。CoddyKit 上的 Mojo Academy 课程适合初学者到高级学习者,你可以从这里开始或从头开始,按照自己的节奏学习。 这是第 1 节课,共 4 节。

「MAX 提供什么」课时需要多长时间?

大多数 CoddyKit 课程大约需要 5–10 分钟。每节课都很精短且互动,所以你能稳步进步,并在网页和应用中从离开的地方继续。

我能在这节 Mojo Academy 课中编写并运行代码吗?

能。每节 Mojo Academy 课都包含内置代码编辑器,你可以在浏览器中直接编写并运行真实代码,并获得即时 AI 反馈 — 无需本地设置。

此课程中的所有课时

  1. MAX 提供什么
  2. MAX 图中的 Mojo
  3. 使用 MAX 提供模型服务
  4. Mojo 如何服务于生产环境中的人工智能
← 返回 Mojo Academy