mirror of
https://github.com/deepseek-ai/DeepEP
synced 2025-06-26 18:28:11 +00:00
support hidden size 4096
Co-authored-by: zhyncs <me@zhyncs.com> Co-authored-by: yinfan98 <1106310035@qq.com>
This commit is contained in:
parent
05104029fd
commit
a107266a4e
@ -54,6 +54,7 @@
|
||||
#define SWITCH_HIDDEN(case_macro) \
|
||||
switch (hidden) { \
|
||||
case 2560: case_macro(2560); \
|
||||
case 4096: case_macro(4096); \
|
||||
case 5120: case_macro(5120); \
|
||||
case 7168: case_macro(7168); \
|
||||
default: EP_HOST_ASSERT(false && "Unsupported hidden"); \
|
||||
|
Loading…
Reference in New Issue
Block a user