Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dolly ¶
func (*Dolly) PredictStream ¶
func (llm *Dolly) PredictStream(opts *pb.PredictOptions, results chan string) error
fallback to Predict
type Falcon ¶
func (*Falcon) PredictStream ¶
func (llm *Falcon) PredictStream(opts *pb.PredictOptions, results chan string) error
fallback to Predict
type GPT2 ¶
func (*GPT2) PredictStream ¶
func (llm *GPT2) PredictStream(opts *pb.PredictOptions, results chan string) error
fallback to Predict
type GPTJ ¶
func (*GPTJ) PredictStream ¶
func (llm *GPTJ) PredictStream(opts *pb.PredictOptions, results chan string) error
fallback to Predict
type GPTNeoX ¶
func (*GPTNeoX) PredictStream ¶
func (llm *GPTNeoX) PredictStream(opts *pb.PredictOptions, results chan string) error
fallback to Predict
type MPT ¶
func (*MPT) PredictStream ¶
func (llm *MPT) PredictStream(opts *pb.PredictOptions, results chan string) error
fallback to Predict
type Replit ¶
func (*Replit) PredictStream ¶
func (llm *Replit) PredictStream(opts *pb.PredictOptions, results chan string) error
fallback to Predict
type Starcoder ¶
func (*Starcoder) PredictStream ¶
func (llm *Starcoder) PredictStream(opts *pb.PredictOptions, results chan string) error
fallback to Predict
Click to show internal directories.
Click to hide internal directories.