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