Skip to content

Commit

Permalink
fix(test): update snap
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Jan 22, 2025
1 parent 0c89d41 commit 9bebd45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/__snapshots__/index.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,7 @@ exports[`works fine with vocab_only: model info 1`] = `
"tokenizer.ggml.model": "llama",
"tokenizer.ggml.unknown_token_id": "0",
},
"nEmbd": 0,
"nParams": 513048,
"size": 1026144,
}
Expand Down Expand Up @@ -523,6 +524,7 @@ exports[`works fine: model info 1`] = `
"tokenizer.ggml.model": "llama",
"tokenizer.ggml.unknown_token_id": "0",
},
"nEmbd": 8,
"nParams": 513048,
"size": 1026144,
}
Expand Down

0 comments on commit 9bebd45

Please sign in to comment.