From 365428935637780ef10056000bb8e9e954bdc874 Mon Sep 17 00:00:00 2001 From: AnthonyAxenov Date: Sat, 16 Aug 2025 21:31:02 +0800 Subject: [PATCH] openthinker --- openthinker/32b | 4 ++++ openthinker/7b | 4 ++++ 2 files changed, 8 insertions(+) create mode 100755 openthinker/32b create mode 100755 openthinker/7b diff --git a/openthinker/32b b/openthinker/32b new file mode 100755 index 0000000..45bd35b --- /dev/null +++ b/openthinker/32b @@ -0,0 +1,4 @@ +#!/bin/bash +# https://ollama.com/library/openthinker/tags + +docker exec -it ai-ollama ollama run openthinker:32b --verbose diff --git a/openthinker/7b b/openthinker/7b new file mode 100755 index 0000000..7db944d --- /dev/null +++ b/openthinker/7b @@ -0,0 +1,4 @@ +#!/bin/bash +# https://ollama.com/library/openthinker/tags + +docker exec -it ai-ollama ollama run openthinker:7b --verbose