mirror of https://github.com/google/gemma.cpp.git
parent
338cd8a36e
commit
506fb22be7
|
|
@ -83,6 +83,7 @@ static inline bool EnumValid(LayerAttentionType type) {
|
|||
enum class AttentionImpl {
|
||||
kOld,
|
||||
kFlash,
|
||||
kSentinel,
|
||||
};
|
||||
|
||||
AttentionImpl GetAttentionImpl(const std::string& impl);
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
#include "gemma/kv_cache.h"
|
||||
|
||||
#include <cstddef>
|
||||
#include <vector>
|
||||
|
||||
#include "gtest/gtest.h"
|
||||
|
|
|
|||
Loading…
Reference in New Issue