From 7f6863383da0b96e7c6dbdaeca316a83b9bc1685 Mon Sep 17 00:00:00 2001 From: Husam Alshehadat <144215270+SamDc73@users.noreply.github.com> Date: Sat, 29 Mar 2025 22:23:19 -0700 Subject: [PATCH] add Ollama Co-authored-by: kokomo123 <70863536+kokomo123@users.noreply.github.com> --- software/ollama.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 software/ollama.yml diff --git a/software/ollama.yml b/software/ollama.yml new file mode 100644 index 0000000000..870dff6dbb --- /dev/null +++ b/software/ollama.yml @@ -0,0 +1,11 @@ +name: "Ollama" +website_url: "https://ollama.com/" +source_code_url: "https://github.com/ollama/ollama" +description: "Get up and running with Llama 3.3, DeepSeek-R1, Phi-4, Gemma 3, and other large language models." +licenses: + - MIT License +platforms: + - Docker + - Python +tags: + - Generative Artificial Intelligence (GenAI)