diff --git a/starcoder2/15b b/starcoder2/15b new file mode 100755 index 0000000..0aad5f2 --- /dev/null +++ b/starcoder2/15b @@ -0,0 +1,4 @@ +#!/bin/bash +# https://ollama.com/library/starcoder2/tags + +docker exec -it ai-ollama ollama run starcoder2:15b --verbose diff --git a/starcoder2/3b b/starcoder2/3b new file mode 100755 index 0000000..6a3c341 --- /dev/null +++ b/starcoder2/3b @@ -0,0 +1,4 @@ +#!/bin/bash +# https://ollama.com/library/starcoder2/tags + +docker exec -it ai-ollama ollama run starcoder2:3b --verbose diff --git a/starcoder2/7b b/starcoder2/7b new file mode 100755 index 0000000..fc4a552 --- /dev/null +++ b/starcoder2/7b @@ -0,0 +1,4 @@ +#!/bin/bash +# https://ollama.com/library/starcoder2/tags + +docker exec -it ai-ollama ollama run starcoder2:7b --verbose