Skip to content

Commit

Permalink
support tqdm in notebooks (vllm-project#7510)
Browse files Browse the repository at this point in the history
  • Loading branch information
fzyzcjy authored Aug 16, 2024
1 parent 0e39a33 commit ec724a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/entrypoints/llm.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from contextlib import contextmanager
from typing import ClassVar, List, Optional, Sequence, Union, cast, overload

from tqdm import tqdm
from tqdm.auto import tqdm
from transformers import PreTrainedTokenizer, PreTrainedTokenizerFast

from vllm.engine.arg_utils import EngineArgs
Expand Down

0 comments on commit ec724a7

Please sign in to comment.