1
0

starcoder2

This commit is contained in:
2025-08-16 21:27:20 +08:00
parent 8e0888b23b
commit aa7d6e4d32
3 changed files with 12 additions and 0 deletions

4
starcoder2/15b Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
# https://ollama.com/library/starcoder2/tags
docker exec -it ai-ollama ollama run starcoder2:15b --verbose

4
starcoder2/3b Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
# https://ollama.com/library/starcoder2/tags
docker exec -it ai-ollama ollama run starcoder2:3b --verbose

4
starcoder2/7b Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
# https://ollama.com/library/starcoder2/tags
docker exec -it ai-ollama ollama run starcoder2:7b --verbose