mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-19 22:45:44 +08:00
[Misc] remove warning if triton>=3.2.0 (#16553)
Signed-off-by: DefTruth <qiustudent_r@163.com>
This commit is contained in:
parent
e51929ebca
commit
ce4ddd2d1a
@ -39,8 +39,9 @@ is_hip_ = current_platform.is_rocm()
|
|||||||
|
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
# TODO: Remove this when triton>=3.2.0. This issue will not affect performance
|
# Only print the following warnings when triton version < 3.2.0.
|
||||||
# and accuracy.
|
# The issue won't affect performance or accuracy.
|
||||||
|
if triton.__version__ < '3.2.0':
|
||||||
logger.warning(
|
logger.warning(
|
||||||
"The following error message 'operation scheduled before its operands' "
|
"The following error message 'operation scheduled before its operands' "
|
||||||
"can be ignored.")
|
"can be ignored.")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user