Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Akegarasu committed Mar 18, 2023
1 parent 9c07ca6 commit 44061e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ def predict(query, max_length, top_p, temperature):
temperature=temperature
)
ctx.append(query, output)
torch_gc()
# for clear input textbox
return ctx.history, ""

Expand Down

0 comments on commit 44061e6

Please sign in to comment.