Skip to content

Commit

Permalink
docs: add links to PR and discussions
Browse files Browse the repository at this point in the history
  • Loading branch information
danbev committed Jan 22, 2025
1 parent c8c8880 commit f9d6650
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion notes/llama.cpp/llama-3-2-vision.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ multi-modal llama.

Paper: https://arxiv.org/pdf/2407.21783

### vocabulary size
* [Vision API PR](https://github.com/ggerganov/llama.cpp/pull/11292)
* [Discussing about multi-model .gguf models](https://github.com/ggerganov/llama.cpp/discussions/11139?sort=old)

### vocab
One interesting thing with this model is that is has a vocab size specified as:
```console
"vocab_size": 128256
Expand Down

0 comments on commit f9d6650

Please sign in to comment.