mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 08:07:56 +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 New Issue
Block a user