Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
134 changes: 134 additions & 0 deletions baseten/client/modelconfig/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,134 @@
# Code generated by apigen. DO NOT EDIT.

"""Generated models for the Baseten model config (truss config.yaml).

Types in this module are generated from the Truss config JSON schema and are
NOT covered by any stability or compatibility guarantees. They may change
without notice between versions.
"""

from ._models import (
AcceleratorSpec,
AdditionalAutoscalingConfig,
AutoscalingMetric,
BISLLM,
BaseImage,
Build,
CacheInternal,
CheckpointList,
CheckpointRepository,
CheckpointSource,
DockerAuthSettings,
DockerAuthType,
DockerServer,
ExternalData,
ExternalDataItem,
GRPCOptions,
HTTPOptions,
HealthChecks,
KvCacheHostMemoryBytes,
LookaheadNgramSize,
LookaheadVerificationSetSize,
LookaheadWindowsSize,
MaxSeqLen,
ModelCache,
ModelConfig,
ModelMetadata,
ModelRepo,
ModelRepoCacheInternal,
ModelRepoSourceKind,
ModelServer,
ModelSpecDecMode,
ModelSpeculatorConfiguration,
ModelTRTLLMBatchSchedulerPolicy,
ModelTRTLLMBuildConfiguration,
ModelTRTLLMLoraConfiguration,
ModelTRTLLMModel,
ModelTRTLLMPluginConfiguration,
ModelTRTLLMQuantizationType,
ModelTRTLLMRuntimeConfiguration,
ModelTRTQuantizationConfiguration,
NodeCount,
NumBuilderGpus,
NumDraftTokens,
RemoteSSH,
RequestDefaultMaxTokens,
Resources,
Runtime,
TRTLLMConfiguration,
TRTLLMConfigurationV1,
TRTLLMConfigurationV2,
TRTLLMRuntimeConfigurationV2,
TrainingArtifactReference,
VersionsOverrides,
VolumeFolder,
WebserverDefaultRoute,
WebsocketOptions,
Weights,
WeightsAuth,
WeightsAuthMethod,
WeightsSource,
)

__all__ = [
"AcceleratorSpec",
"AdditionalAutoscalingConfig",
"AutoscalingMetric",
"BISLLM",
"BaseImage",
"Build",
"CacheInternal",
"CheckpointList",
"CheckpointRepository",
"CheckpointSource",
"DockerAuthSettings",
"DockerAuthType",
"DockerServer",
"ExternalData",
"ExternalDataItem",
"GRPCOptions",
"HTTPOptions",
"HealthChecks",
"KvCacheHostMemoryBytes",
"LookaheadNgramSize",
"LookaheadVerificationSetSize",
"LookaheadWindowsSize",
"MaxSeqLen",
"ModelCache",
"ModelConfig",
"ModelMetadata",
"ModelRepo",
"ModelRepoCacheInternal",
"ModelRepoSourceKind",
"ModelServer",
"ModelSpecDecMode",
"ModelSpeculatorConfiguration",
"ModelTRTLLMBatchSchedulerPolicy",
"ModelTRTLLMBuildConfiguration",
"ModelTRTLLMLoraConfiguration",
"ModelTRTLLMModel",
"ModelTRTLLMPluginConfiguration",
"ModelTRTLLMQuantizationType",
"ModelTRTLLMRuntimeConfiguration",
"ModelTRTQuantizationConfiguration",
"NodeCount",
"NumBuilderGpus",
"NumDraftTokens",
"RemoteSSH",
"RequestDefaultMaxTokens",
"Resources",
"Runtime",
"TRTLLMConfiguration",
"TRTLLMConfigurationV1",
"TRTLLMConfigurationV2",
"TRTLLMRuntimeConfigurationV2",
"TrainingArtifactReference",
"VersionsOverrides",
"VolumeFolder",
"WebserverDefaultRoute",
"WebsocketOptions",
"Weights",
"WeightsAuth",
"WeightsAuthMethod",
"WeightsSource",
]
Loading
Loading