Skip to content

POC: Run tinyllama in 15 minutes with Rust

License

Notifications You must be signed in to change notification settings

aschaeffer/ollama-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ollama-poc

Install ollama

curl -fsSL https://ollama.com/install.sh | sh

Install and run tinyllama model

ollama run tinyllama

Run

cargo run

Use a custom prompt and/or custom model

cargo run --release -- --model tinyllama --prompt "What is ollama?"

About

POC: Run tinyllama in 15 minutes with Rust

Topics

Resources

License

Stars

Watchers

Forks

Languages