Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Quick Start

# single image
cargo run -r -F fastvlm --example fastvlm -- --source ./assets/bus.jpg

# batch inference
cargo run -r -F fastvlm --example fastvlm -- --prompt "Describe the image in detail." --max-tokens 512 --source ./assets/bus.jpg --source ./assets/dog.jpg --source ./assets/cat.png