Skip to content

Commit 1bcddc1

Browse files
committed
initial commit
1 parent b319fa3 commit 1bcddc1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/deepsparse/transformers/pipelines/text_generation.py

-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ def __init__(
120120
use_deepsparse_cache: bool = True,
121121
**kwargs,
122122
):
123-
print(cpu_avx512_compatible())
124123
if not cpu_avx512_compatible() and kwargs["engine_type"] == DEEPSPARSE_ENGINE:
125124
warnings.warn(
126125
"Detected CPU is not AVX512 compatible. "

0 commit comments

Comments
 (0)