mirror of
https://github.com/ollama/ollama.git
synced 2025-07-24 22:46:53 +02:00
refactor tensor query
This commit is contained in:
@@ -49,7 +49,7 @@ func (llm *ggla) KV() KV {
|
||||
return llm.kv
|
||||
}
|
||||
|
||||
func (llm *ggla) Tensors() []*Tensor {
|
||||
func (llm *ggla) Tensors() Tensors {
|
||||
return llm.tensors
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user