add missing @staticmethod

This commit is contained in:
YellowRoseCx
2023-06-15 17:20:38 -05:00
committed by GitHub
parent 83493dff2e
commit 8b742b2bd4

View File

@@ -116,6 +116,7 @@ class Stoppers:
return True
return False
@staticmethod
def adventure_mode_stopper(
model: InferenceModel,
input_ids: torch.LongTensor,