From bfa12b8016cddbe9760276ed1eb496812c32350a Mon Sep 17 00:00:00 2001 From: dr_housemd Date: Sat, 1 Aug 2026 00:25:32 +0300 Subject: [PATCH 1/2] Update sampling.py Deleted xtc_probability from unsupported_params. --- common/sampling.py | 1 - 1 file changed, 1 deletion(-) diff --git a/common/sampling.py b/common/sampling.py index 94533642..0dfda6b6 100644 --- a/common/sampling.py +++ b/common/sampling.py @@ -31,7 +31,6 @@ "tfs": 1.0, "typical": 1.0, "skew": 0.0, - "xtc_probability": 0.0, "dry_multiplier": 0.0, "mirostat_mode": 0, "logit_bias": None, From 0c83aadc30f25e9bc2d9fad6c80854e71ce43a64 Mon Sep 17 00:00:00 2001 From: dr_housemd Date: Sat, 1 Aug 2026 00:35:31 +0300 Subject: [PATCH 2/2] Update sampling.py Deleted both banned_tokens and xtc_probability from unsupported_params as they were both added. --- common/sampling.py | 1 - 1 file changed, 1 deletion(-) diff --git a/common/sampling.py b/common/sampling.py index 0dfda6b6..9bce4d42 100644 --- a/common/sampling.py +++ b/common/sampling.py @@ -24,7 +24,6 @@ # Requests that activate any of these get a warning and the param is ignored. UNSUPPORTED_PARAMS = { "ban_eos_token": False, - "banned_tokens": [], "allowed_tokens": [], "smoothing_factor": 0.0, "top_a": 0.0,