1
0

Compare commits

...

25 Commits

Author SHA1 Message Date
05c3b7e0fe smollm2 2025-08-16 21:32:54 +08:00
ae845a01ed qwq 2025-08-16 21:32:44 +08:00
2abebf9b11 qwen3-coder 2025-08-16 21:32:38 +08:00
d26d780c04 fixed qwen2.5-coder:0.5b 2025-08-16 21:32:27 +08:00
e17f6c258a qwen1.5 rename 2025-08-16 21:32:12 +08:00
c28fa41a15 phi4-reasoning 2025-08-16 21:31:47 +08:00
3d6734c366 phi4-mini 2025-08-16 21:31:38 +08:00
36ff280be6 phi4 2025-08-16 21:31:27 +08:00
0a2d591e83 phi3.5 2025-08-16 21:31:18 +08:00
77a202562d phi 2025-08-16 21:31:08 +08:00
3654289356 openthinker 2025-08-16 21:31:02 +08:00
22f34ccbe9 mixtral 2025-08-16 21:30:51 +08:00
be74e61a64 mistral-small 2025-08-16 21:29:41 +08:00
d7f3da458c mistral-nemo 2025-08-16 21:29:26 +08:00
ec0e1309cb mistral 2025-08-16 21:29:14 +08:00
bde12d69a9 magistral 2025-08-16 21:29:08 +08:00
3e51e1ed2b llava-llama3 2025-08-16 21:28:58 +08:00
deca9b8d3f gpt-oss 2025-08-16 21:28:49 +08:00
ef36d0de95 gemma3n 2025-08-16 21:28:41 +08:00
964c3c7ca8 gemma3 2025-08-16 21:28:33 +08:00
44aa18f408 dolphin3 2025-08-16 21:28:19 +08:00
2603d36e25 devstral 2025-08-16 21:28:04 +08:00
ed3a2842fa deepcoder 2025-08-16 21:27:55 +08:00
15b254be4b codestral 2025-08-16 21:27:42 +08:00
aa7d6e4d32 starcoder2 2025-08-16 21:27:20 +08:00
44 changed files with 149 additions and 1 deletions

4
codestral/22b Executable file
View File

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

4
deepcoder/1.5b Executable file
View File

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

4
deepcoder/14b Executable file
View File

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

4
devstral/24b Executable file
View File

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

4
dolphin3/8b Executable file
View File

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

4
gemma3/12b Executable file
View File

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

4
gemma3/1b Executable file
View File

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

4
gemma3/270m Executable file
View File

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

4
gemma3/27b Executable file
View File

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

4
gemma3/4b Executable file
View File

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

4
gemma3/7b copy 4 Executable file
View File

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

4
gemma3/7b copy 5 Executable file
View File

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

4
gemma3n/e2b Executable file
View File

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

4
gemma3n/e4b Executable file
View File

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

4
gpt-oss/20b Executable file
View File

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

4
llava-llama3/8b Executable file
View File

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

4
magistral/24b Executable file
View File

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

4
mistral-nemo/12b Executable file
View File

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

4
mistral-small/22b Executable file
View File

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

4
mistral-small/24b Executable file
View File

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

4
mistral/7b Executable file
View File

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

4
mixtral/8x7b Executable file
View File

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

4
openthinker/32b Executable file
View File

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

4
openthinker/7b Executable file
View File

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

4
phi/2.7b Executable file
View File

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

4
phi3.5/3.8b Executable file
View File

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

4
phi4-mini/14b Executable file
View File

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

4
phi4-reasoning/14b Executable file
View File

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

4
phi4/14b Executable file
View File

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

View File

View File

View File

@@ -1,4 +1,4 @@
#!/bin/bash
# https://ollama.com/library/qwen2.5-coder/tags
docker exec -it ai-ollama ollama run qwen2.5-coder-coder:0.5b --verbose
docker exec -it ai-ollama ollama run qwen2.5-coder:0.5b --verbose

4
qwen3-coder/30b Executable file
View File

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

4
qwq/32b Executable file
View File

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

4
smollm2/1.7b Executable file
View File

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

4
smollm2/135m Executable file
View File

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

4
smollm2/360m Executable file
View File

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

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