Skip to content

Commit 29a4fe8

Browse files
committed
Config: Add sampling config block
Used for sampler overrides. Signed-off-by: kingbri <8082010+kingbri1@users.noreply.github.com>
1 parent 285e0aa commit 29a4fe8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

config_sample.yml

+7
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,10 @@ model:
6565
# V cache quantization type (default: F16)
6666
# Possible values - f32, f16, q4_0, q4_1, q5_0, q5_1, q8_0
6767
cache_mode_v: f16
68+
69+
# Options for Sampling
70+
sampling:
71+
# Select a sampler override preset (default: None).
72+
# Find this in the sampler_overrides folder.
73+
# This overrides default fallbacks for sampler values that are passed to the API.
74+
override_preset:

0 commit comments

Comments
 (0)