mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-02-08 00:34:28 +01:00
Reorder the imports
This commit is contained in:
parent
9276af3561
commit
4066ab4c0c
|
|
@ -1,11 +1,12 @@
|
|||
import re
|
||||
import time
|
||||
from pathlib import Path
|
||||
|
||||
import gradio as gr
|
||||
import torch
|
||||
import time
|
||||
import re
|
||||
import modules.shared as shared
|
||||
|
||||
import modules.chat as chat
|
||||
import modules.shared as shared
|
||||
|
||||
torch._C._jit_set_profiling_mode(False)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue