mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Revert "Basic Contrastive Search support"
This reverts commit 0f52281af5
.
This commit is contained in:
@@ -622,7 +622,6 @@ class model_settings(settings):
|
||||
self.top_a = 0.0 # Default generator top-a
|
||||
self.tfs = 1.0 # Default generator tfs (tail-free sampling)
|
||||
self.typical = 1.0 # Default generator typical sampling threshold
|
||||
self.penalty_alpha = 0.0 # Default generator penalty_alpha (contrastive search)
|
||||
self.numseqs = 1 # Number of sequences to ask the generator to create
|
||||
self.badwordsids = []
|
||||
self.fp32_model = False # Whether or not the most recently loaded HF model was in fp32 format
|
||||
|
Reference in New Issue
Block a user