Documentation
¶
Index ¶
- func Finetune(config config.Config, input, prediction string) string
- func ImageGeneration(height, width, mode, step, seed int, ...) (func() error, error)
- func Lock(s string) *sync.Mutex
- func ModelEmbedding(s string, tokens []int, loader *model.ModelLoader, c config.Config, ...) (func() ([]float32, error), error)
- func ModelInference(ctx context.Context, s string, loader *model.ModelLoader, c config.Config, ...) (func() (string, error), error)
- func ModelTTS(backend, text, modelFile string, loader *model.ModelLoader, o *options.Option) (string, *proto.Result, error)
- func ModelTranscription(audio, language string, loader *model.ModelLoader, c config.Config, ...) (*api.Result, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ImageGeneration ¶
func ModelEmbedding ¶
func ModelInference ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.