Attempts at dynamic wi fixes

This commit is contained in:
somebody
2023-03-06 18:30:38 -06:00
parent 5d9bd96ad8
commit 3a128e76b4
3 changed files with 89 additions and 29 deletions

View File

@@ -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):