mirror of
https://github.com/likelovewant/ollama-for-amd.git
synced 2025-12-23 23:18:26 +00:00
add fixes for llama
This commit is contained in:
committed by
Michael Yang
parent
c8cf0d94ed
commit
d355d2020f
@@ -131,6 +131,8 @@ func (m *SafetensorFormat) readTensors(fn string, offset uint64, params *Params)
|
||||
shape[i] = uint64(data.Shape[i])
|
||||
}
|
||||
|
||||
slog.Debug(fmt.Sprintf("'%45s': '%30s' %10d [%#v]", k, ggufName, size, data.Shape))
|
||||
|
||||
t := llm.Tensor{
|
||||
Name: ggufName,
|
||||
Kind: kind,
|
||||
|
||||
Reference in New Issue
Block a user