From 143d84472157e7f9829d9dcdb663cdd6fb60aca9 Mon Sep 17 00:00:00 2001 From: sammm Date: Sat, 4 Jan 2025 17:16:36 +0000 Subject: [PATCH] readme --- Readme.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Readme.md diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..13f511e --- /dev/null +++ b/Readme.md @@ -0,0 +1,12 @@ +Print a nice list of local ollama models with size, quantisation and context length. +Then pull all the list to update the models, will actually pull if its different. +Then update the local ollama python module for 3.10 because why not. Change the code if you want :) + + +1. HammerAI/neuraldaredevil-abliterated:latest, 8.0B, Q4_0, Context: 8192 +2. cas/ministral-8b-instruct-2410_q4km:latest, 8.0B, Q4_K_M, Context: 32768 +3. deepseek-coder-v2:latest, 15.7B, Q4_0, Context: 163840 +4. dolphin-mistral:latest, 7.2B, Q4_0, Context: 32768 +5. llama3.1:8b, 8.0B, Q4_K_M, Context: 131072 +6. llama3.2-vision:11b-instruct-q4_K_M, 9.8B +...