mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-01-10 20:40:32 +01:00
Lint
This commit is contained in:
parent
0e94d7075e
commit
f3c0f964a2
@ -1,11 +1,9 @@
|
|||||||
import gc
|
|
||||||
import traceback
|
import traceback
|
||||||
from queue import Queue
|
from queue import Queue
|
||||||
from threading import Thread
|
from threading import Thread
|
||||||
|
|
||||||
import torch
|
import torch
|
||||||
import transformers
|
import transformers
|
||||||
from transformers import is_torch_npu_available, is_torch_xpu_available
|
|
||||||
|
|
||||||
import modules.shared as shared
|
import modules.shared as shared
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user