vllm/csrc/core/exception.hpp
ElizaWszola d081da0064
[Bugfix] Fix Marlin MoE act order when is_k_full == False (#8741)
Co-authored-by: Tyler Michael Smith <tyler@neuralmagic.com>
2024-09-28 18:19:40 -07:00

4 lines
55 B
C++

#pragma once
#define VLLM_IMPLIES(p, q) (!(p) || (q))