Skip to content

miku/ollamaintro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

139 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What happens when you type a prompt into Ollama?

Intro to Ollama workshop at GoLab Florence 2025, 2025-10-05, Martin Czygan

We have Slides and examples, which are mostly self contained.

Overview

Ollama is a popular tool to run LLM (and multimodal and embedding models) on your own machine. As of 09/2025 it has over 150K stars on GitHub.

In 2025, there are numerous other tools to run models locally:

Even more user interfaces of various kinds exist.

As of 09/2025, of the 25809 repositories on GitHub tagged [llm], ollama seems to be among the top ten.

Note: ollama is both open source (MIT licensed) and VC funded.

Before the workshop / quick start checklist

After installation, please run the following commands to download a few models files onto your laptop (order of preference):

ollama pull embeddinggemma
ollama pull llama3.2
ollama pull gemma3:270m
ollama pull gemma3
ollama pull qwen2.5vl

Warning: These file models may occupy over 10GB of disk space.

Let's go

About

Ollama intro workshop

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors