Skip to content

Commit d317a25

Browse files
committed
Change local import structure to package mode, ignore built files
1 parent dcb7d1c commit d317a25

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,4 +151,7 @@ slurm/
151151
scripts/
152152

153153
# vLLM bug reporting files
154-
collect_env.py
154+
collect_env.py
155+
156+
# build files
157+
dist/

vec_inf/cli/_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from rich.columns import Columns
77
from rich.panel import Panel
88

9-
from _utils import *
9+
from ._utils import *
1010

1111

1212
CONSOLE = Console()

0 commit comments

Comments
 (0)