utils.py 241 Bytes
Newer Older
1
2
3
4
5
6
7
"""Attention backend utils"""

# Error string(s) for encoder/decoder
# unsupported attention scenarios

STR_NOT_IMPL_ENC_DEC_ROCM_HIP = ("ROCm/HIP is not currently supported "
                                 "with encoder/decoder models.")