Skip to content

Commit ec724a7

Browse files
authored
support tqdm in notebooks (#7510)
1 parent 0e39a33 commit ec724a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/entrypoints/llm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from contextlib import contextmanager
22
from typing import ClassVar, List, Optional, Sequence, Union, cast, overload
33

4-
from tqdm import tqdm
4+
from tqdm.auto import tqdm
55
from transformers import PreTrainedTokenizer, PreTrainedTokenizerFast
66

77
from vllm.engine.arg_utils import EngineArgs

0 commit comments

Comments
 (0)