maxtext.integration.tunix.weight_mapping package

maxtext.integration.tunix.weight_mapping package#

Provides a centralized access point for vLLM weight mappings.

This module defines the StandaloneVllmWeightMapping class, which acts as a dispatcher to retrieve the correct weight mapping configuration for a given model name. This allows for easy extension to support new models.

class maxtext.integration.tunix.weight_mapping.StandaloneVllmWeightMapping[source]#

Bases: object

Mapping MaxText model weights to vLLM’s model weights.

Submodules#