Documentation
¶
Index ¶
Constants ¶
View Source
const DefaultModelfileName = "Modelfile"
DefaultModelfileName is the default name of the modelfile.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GenerateConfig ¶
type GenerateConfig struct { Workspace string Name string Version string Output string IgnoreUnrecognizedFileTypes bool Overwrite bool Arch string Family string Format string ParamSize string Precision string Quantization string }
func NewGenerateConfig ¶
func NewGenerateConfig() *GenerateConfig
func (*GenerateConfig) Convert ¶
func (g *GenerateConfig) Convert(workspace string) error
func (*GenerateConfig) Validate ¶
func (g *GenerateConfig) Validate() error
Click to show internal directories.
Click to hide internal directories.