Skip to content

adriens/ollama-models

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

❔ About

This aim of this repo is to provide ready to use collection of ollama model files so anyone can play or fork them.

🔖 Resources

💭 Famous quotes

:trollface:evilops

"Deploying on a Friday is the epitome of irresponsibility and laziness."

"It's like playing a game of Russian Roulette with a machine gun.[...] Drop that worthless table and create a new one with the primary key as an integer. [...] Always remember, buddy: DBA rules the world! Or at least the database. 😂🐾 "

🚀 Getting started

Below an example on how to locally run evliops:

# Build model
ollama create evilops -f ./models/evilops 
# Look for model
ollama list | grep evilops
# Use model
ollama run evilops "Should I deploy on friday?"