mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-12-06 07:12:10 +01:00
Missing import
This commit is contained in:
parent
d1327f99f9
commit
7078d168c3
|
|
@ -1,3 +1,4 @@
|
|||
import gc
|
||||
from queue import Queue
|
||||
from threading import Thread
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue