diff --git a/common/sampling.py b/common/sampling.py index 94533642..9bce4d42 100644 --- a/common/sampling.py +++ b/common/sampling.py @@ -24,14 +24,12 @@ # 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, "tfs": 1.0, "typical": 1.0, "skew": 0.0, - "xtc_probability": 0.0, "dry_multiplier": 0.0, "mirostat_mode": 0, "logit_bias": None,