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 8436a5f commit b791b51Copy full SHA for b791b51
tests/models/decoder_only/vision_language/test_models.py
@@ -29,7 +29,6 @@
29
# ROCm Triton FA can run into shared memory issues with these models,
30
# use other backends in the meantime
31
# FIXME (mattwong, gshtrasb, hongxiayan)
32
-
33
if current_platform.is_rocm():
34
os.environ["VLLM_USE_TRITON_FLASH_ATTN"] = "0"
35
0 commit comments