Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
ec724a72
Unverified
Commit
ec724a72
authored
Aug 17, 2024
by
fzyzcjy
Committed by
GitHub
Aug 16, 2024
Browse files
support tqdm in notebooks (#7510)
parent
0e39a33c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/entrypoints/llm.py
vllm/entrypoints/llm.py
+1
-1
No files found.
vllm/entrypoints/llm.py
View file @
ec724a72
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment