mirror of
https://github.com/ollama/ollama.git
synced 2025-05-11 18:36:41 +02:00
llama: update vendored code to commit 46e3556 (#8308)
This commit is contained in:
parent
57f038ec7b
commit
1deafd8254
305 changed files with 16048 additions and 12926 deletions
|
@ -690,7 +690,6 @@ func NewSamplingContext(model *Model, params SamplingParams) (*SamplingContext,
|
|||
cparams.mirostat = C.int32_t(params.Mirostat)
|
||||
cparams.mirostat_tau = C.float(params.MirostatTau)
|
||||
cparams.mirostat_eta = C.float(params.MirostatEta)
|
||||
cparams.penalize_nl = C.bool(params.PenalizeNl)
|
||||
cparams.seed = C.uint32_t(params.Seed)
|
||||
|
||||
grammar := C.CString(params.Grammar)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue