Documentation
¶
Index ¶
Constants ¶
View Source
const ( // DefaultDownloaderImage is the default image used for downloading models. DefaultDownloaderImage = "kthena/downloader:latest" // DefaultRuntimeImage is the default image used for running model inference. DefaultRuntimeImage = "kthena/runtime:latest" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ParseConfig ¶
type ParseConfig struct {
// contains filtered or unexported fields
}
var Config ParseConfig
func (*ParseConfig) DownloaderImage ¶
func (p *ParseConfig) DownloaderImage() string
func (*ParseConfig) RuntimeImage ¶
func (p *ParseConfig) RuntimeImage() string
func (*ParseConfig) SetDownloaderImage ¶
func (p *ParseConfig) SetDownloaderImage(image string)
func (*ParseConfig) SetRuntimeImage ¶
func (p *ParseConfig) SetRuntimeImage(image string)
Click to show internal directories.
Click to hide internal directories.