Open grencez opened 10 months ago
working idea:
(language ((infer_via sampling) (adjust_thru (()) (xtc (probability 0.5) (threshold 0.1)) ) ((pick_via mirostat) (tau 5.0) (eta 0.1)) ) )
I'm going to wait for llama.cpp's sampling refactor. It looks like some of the project's CLI is going to be exposed as a library, so the most reliable implementation on our end could just hook into that.
working idea: