Sync from v0.13
This commit is contained in:
3
csrc/core/exception.hpp
Normal file
3
csrc/core/exception.hpp
Normal file
@@ -0,0 +1,3 @@
|
||||
#pragma once
|
||||
|
||||
#define VLLM_IMPLIES(p, q) (!(p) || (q))
|
||||
Reference in New Issue
Block a user