mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Attempts at dynamic wi fixes
This commit is contained in:
@@ -258,7 +258,7 @@ class TopK(Warper):
|
||||
|
||||
@classmethod
|
||||
def value_is_valid(cls) -> bool:
|
||||
return cls.top_p > 0
|
||||
return cls.top_k > 0
|
||||
|
||||
|
||||
class TailFree(Warper):
|
||||
|
Reference in New Issue
Block a user