mirror of
https://github.com/likelovewant/ollama-for-amd.git
synced 2025-12-21 22:33:56 +00:00
bert
This commit is contained in:
@@ -37,6 +37,8 @@ const (
|
||||
func (t tensorBase) Kind() uint32 {
|
||||
if strings.HasSuffix(t.name, ".block_sparse_moe.gate.weight") {
|
||||
return 0
|
||||
} else if t.name == "embeddings.token_type_embeddings.weight" {
|
||||
return 0
|
||||
}
|
||||
|
||||
switch len(t.shape) {
|
||||
|
||||
Reference in New Issue
Block a user