We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3946709 commit 7d93b02Copy full SHA for 7d93b02
src/guidellm/__init__.py
@@ -6,6 +6,7 @@
6
# flake8: noqa
7
8
import os
9
+
10
import transformers # type: ignore
11
12
os.environ["TOKENIZERS_PARALLELISM"] = "false" # Silence warnings for tokenizers
0 commit comments