mirror of
https://github.com/ollama/ollama.git
synced 2025-05-11 18:36:41 +02:00
llama3.1
This commit is contained in:
parent
e22286c9e1
commit
77903ab8b4
9 changed files with 44 additions and 9 deletions
|
@ -33,7 +33,6 @@ func TestEstimateGPULayers(t *testing.T) {
|
|||
assert.Len(t, tensors, inputLayerCount+1)
|
||||
err = WriteGGUF(f, KV{
|
||||
"general.architecture": "llama",
|
||||
"general.name": "name",
|
||||
"llama.context_length": uint32(32),
|
||||
"llama.embedding_length": uint32(4096),
|
||||
"llama.block_count": uint32(inputLayerCount),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue