From acad96a7b78c442221def9d70d0e55cc24ed6074 Mon Sep 17 00:00:00 2001 From: AnthonyAxenov Date: Mon, 18 Aug 2025 00:43:45 +0800 Subject: [PATCH] stable-code --- stable-code/3b | 4 ++++ stable-code/instruct | 4 ++++ 2 files changed, 8 insertions(+) create mode 100755 stable-code/3b create mode 100755 stable-code/instruct diff --git a/stable-code/3b b/stable-code/3b new file mode 100755 index 0000000..c95c9a7 --- /dev/null +++ b/stable-code/3b @@ -0,0 +1,4 @@ +#!/bin/bash +# https://ollama.com/library/stable-code/tags + +docker exec -it ai-ollama ollama run stable-code:3b --verbose diff --git a/stable-code/instruct b/stable-code/instruct new file mode 100755 index 0000000..8513990 --- /dev/null +++ b/stable-code/instruct @@ -0,0 +1,4 @@ +#!/bin/bash +# https://ollama.com/library/stable-code/tags + +docker exec -it ai-ollama ollama run stable-code:instruct --verbose