This commit is contained in:
Nick Walton
2019-11-18 17:17:10 -07:00
parent 55c22f30e1
commit c7892d1bcd
3 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ class GPT2Generator:
def generate(self, prompt, options=None, seed=1):
debug_print=True
debug_print = False
prefix = self.prompt_replace(prompt)
if debug_print: