|
@@ -103,7 +103,6 @@ type Options struct {
|
|
MirostatEta float32 `json:"mirostat_eta,omitempty"`
|
|
MirostatEta float32 `json:"mirostat_eta,omitempty"`
|
|
PenalizeNewline bool `json:"penalize_newline,omitempty"`
|
|
PenalizeNewline bool `json:"penalize_newline,omitempty"`
|
|
Stop []string `json:"stop,omitempty"`
|
|
Stop []string `json:"stop,omitempty"`
|
|
- Cache bool `json:"cache,omitempty"`
|
|
|
|
}
|
|
}
|
|
|
|
|
|
// Runner options which must be set when the model is loaded into memory
|
|
// Runner options which must be set when the model is loaded into memory
|