Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dolly ¶
type Dolly struct { base.SingleThread // contains filtered or unexported fields }
func (*Dolly) PredictStream ¶
func (llm *Dolly) PredictStream(opts *pb.PredictOptions, results chan string) error
fallback to Predict
type Falcon ¶
type Falcon struct { base.SingleThread // contains filtered or unexported fields }
func (*Falcon) PredictStream ¶
func (llm *Falcon) PredictStream(opts *pb.PredictOptions, results chan string) error
fallback to Predict
type GPT2 ¶
type GPT2 struct { base.SingleThread // contains filtered or unexported fields }
func (*GPT2) PredictStream ¶
func (llm *GPT2) PredictStream(opts *pb.PredictOptions, results chan string) error
fallback to Predict
type GPTJ ¶
type GPTJ struct { base.SingleThread // contains filtered or unexported fields }
func (*GPTJ) PredictStream ¶
func (llm *GPTJ) PredictStream(opts *pb.PredictOptions, results chan string) error
fallback to Predict
type GPTNeoX ¶
type GPTNeoX struct { base.SingleThread // contains filtered or unexported fields }
func (*GPTNeoX) PredictStream ¶
func (llm *GPTNeoX) PredictStream(opts *pb.PredictOptions, results chan string) error
fallback to Predict
type MPT ¶
type MPT struct { base.SingleThread // contains filtered or unexported fields }
func (*MPT) PredictStream ¶
func (llm *MPT) PredictStream(opts *pb.PredictOptions, results chan string) error
fallback to Predict
type Replit ¶
type Replit struct { base.SingleThread // contains filtered or unexported fields }
func (*Replit) PredictStream ¶
func (llm *Replit) PredictStream(opts *pb.PredictOptions, results chan string) error
fallback to Predict
type Starcoder ¶
type Starcoder struct { base.SingleThread // contains filtered or unexported fields }
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.