fix(cuda): add missing moesum.cuh include for ggml_cuda_op_moe_sum
This commit is contained in:
parent
64e965c7b9
commit
f01ce7ba30
|
|
@ -29,6 +29,7 @@
|
|||
#include "ggml-cuda/mmq.cuh"
|
||||
#include "ggml-cuda/mmvf.cuh"
|
||||
#include "ggml-cuda/mmvq.cuh"
|
||||
#include "ggml-cuda/moesum.cuh"
|
||||
#include "ggml-cuda/norm.cuh"
|
||||
#include "ggml-cuda/opt-step-adamw.cuh"
|
||||
#include "ggml-cuda/opt-step-sgd.cuh"
|
||||
|
|
|
|||
Loading…
Reference in New Issue