mirror of https://github.com/InternLM/InternLM
ignore isort
parent
ab0377f0e4
commit
3d9d5381f2
|
@ -9,6 +9,7 @@ Please run with the command `streamlit run path/to/web_demo.py --server.address=
|
|||
Using `python path/to/web_demo.py` may cause unknown problems.
|
||||
"""
|
||||
|
||||
# isort: skip_file
|
||||
import copy
|
||||
import warnings
|
||||
from dataclasses import asdict, dataclass
|
||||
|
|
Loading…
Reference in New Issue