# Functions
NewProcessedModelConfig returns a new ProcessedModelConfig.
Parse parses the configuration file at the given path, returning a new Config struct.
# Constants
RuntimeNameOllama is the Ollama runtime name.
RuntimeNameTriton is the runtime name for Nvidia Triton Inference Server.
RuntimeNameVLLM is the VLLM runtime name.
# Structs
AssumeRoleConfig is the assume role configuration.
Config is the configuration.
DebugConfig is the debug configuration.
LeaderElectionConfig is the leader election configuration.
ModelConfig is the model configuration.
ModelConfigItem is the model configuration item.
ObjectStoreConfig is the object store configuration.
OllamaConfig is the Ollama configuration.
PersistentVolume is the persistent volume configuration.
ProcessedModelConfig is the processed model configuration.
Resources is the resources configuration.
RuntimeConfig is the runtime configuration.
S3Config is the S3 configuration.
TolerationConfig is the toleration configuration.
WorkerConfig is the worker configuration.
WorkerTLSConfig is the worker TLS configuration.