diff options
author | Santiago Medina <santiagm08@gmail.com> | 2024-03-30 23:54:56 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-31 08:54:56 +0200 |
commit | 92f81d2fcb4a116fd30d5bd1b6fd46dc6c0e8463 (patch) | |
tree | bd7ad86b7c5f73585f5bd44e3f28b149c061e447 /README.md | |
parent | 3144150b8d1b80b2c6b469dcab5b717598f0a458 (diff) | |
download | candle-92f81d2fcb4a116fd30d5bd1b6fd46dc6c0e8463.tar.gz candle-92f81d2fcb4a116fd30d5bd1b6fd46dc6c0e8463.tar.bz2 candle-92f81d2fcb4a116fd30d5bd1b6fd46dc6c0e8463.zip |
Add Moondream transformer implementation and example (#1970)
* moondream implementation
* add moondream example
* change config default activation
* Add assets and integrate phi mixformer with example
* Make use of kv cache and fix seq_len bug; Clean up example code
* Add README link to example
* Remove pos_embed scaling; Remove assets; Add to README; Expand VisionConfig
* Delete image
* Use apply instead of forward
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -131,6 +131,8 @@ We also provide a some command line based examples using state of the art models dedicated submodels for hand-writing and printed recognition. - [Marian-MT](./candle-examples/examples/marian-mt/): neural machine translation model, generates the translated text from the input text. +- [Moondream](./candle-examples/examples/moondream/): tiny computer-vision model + that can answer real-world questions about images. Run them using commands like: ``` |