You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cmake: fix DECODE_F8_DTYPES and DECODE_FP8_DTYPES discrepancy (#287)
As a result of typo, it appeared two variables: `DECODE_F8_DTYPES` and
`DECODE_FP8_DTYPES` in CMakeLists.txt. But it should be the same. This
commit fixes this discrepancy and rename `DECODE_F8_DTYPES` ->
`DECODE_FP8_DTYPES`.
0 commit comments