Module model_card

Module model_card 

Source
Expand description

§Model Deployment Card

The ModelDeploymentCard (MDC) is the primary model configuration structure that will be available to any component that needs to interact with the model or its dependent artifacts.

The ModelDeploymentCard contains LLM model deployment configuration information:

  • Display name and service name for the model
  • Model information (ModelInfoType)
  • Tokenizer configuration (TokenizerKind)
  • Prompt formatter settings (PromptFormatterArtifact)
  • Various metadata like revision, publish time, etc.

Structs§

ModelDeploymentCard
ModelDeploymentCardBuilder
Builder for ModelDeploymentCard.

Enums§

GenerationConfig
ModelDeploymentCardBuilderError
Error type for ModelDeploymentCardBuilder
ModelInfoType
PromptContextMixin
PromptFormatterArtifact
Supported types of prompt formatters.
TokenizerKind

Constants§

ROOT_PATH
Identify model deployment cards in the key-value store

Traits§

ModelInfo