AMD ROCm-optimized MAX for MI200/MI300 series. Fast GenAI inference on AMD hardware.
10K+
max-amd-baseThe max-amd-base container delivers high-performance inference on AMD GPUs using the MAX framework, with full support for ROCm. It provides a ready-to-use environment for running LLMs with optimized performance on AMD hardware.
The MAX container is compatible with the OpenAI API specification and optimized for GPU deployment. For details on container contents and hardware compatibility, see MAX containers in the MAX documentation.
You can run an LLM on AMD GPUs using the latest MAX base container (AMD) with the following command:
docker run \
--group-add keep-groups \
--rm \
--env "HF_TOKEN=$HF_TOKEN" \
-p 8000:8000 \
--device /dev/kfd \
--device /dev/dri \
modular/max-amd-base:latest \
--model-path <model-provider/model-id>
You can run a MAX model by referencing its HuggingFace model ID. For example, google/gemma-3-1b-it.
You can also use the MAX container to run a variety of PyTorch models hosted on Hugging Face, such as microsoft/Phi-3.5-vision-instruct.
For more information on deploying popular models with MAX, see the model support documentation.
Supported tags are updated to the latest MAX versions, which include the latest stable release and more experimental nightly releases. The latest tag provides you with the latest stable version and the nightly tag provides you with the latest nightly version.
Stable
Nightlies
For more information on Modular and its products, visit the Modular documentation site.
To stay up to date with new releases, sign up for our newsletter, check out the community, and join our forum.
If you're interested in becoming a design partner to get early access and give us feedback, please contact us.
Content type
Image
Digest
sha256:84afe2413…
Size
1.6 GB
Last updated
3 days ago
docker pull modular/max-amd-basePulls:
448
Last week