1
0

Compare commits

..

25 Commits

Author SHA1 Message Date
anthony 05c3b7e0fe smollm2 2025-08-16 21:32:54 +08:00
anthony ae845a01ed qwq 2025-08-16 21:32:44 +08:00
anthony 2abebf9b11 qwen3-coder 2025-08-16 21:32:38 +08:00
anthony d26d780c04 fixed qwen2.5-coder:0.5b 2025-08-16 21:32:27 +08:00
anthony e17f6c258a qwen1.5 rename 2025-08-16 21:32:12 +08:00
anthony c28fa41a15 phi4-reasoning 2025-08-16 21:31:47 +08:00
anthony 3d6734c366 phi4-mini 2025-08-16 21:31:38 +08:00
anthony 36ff280be6 phi4 2025-08-16 21:31:27 +08:00
anthony 0a2d591e83 phi3.5 2025-08-16 21:31:18 +08:00
anthony 77a202562d phi 2025-08-16 21:31:08 +08:00
anthony 3654289356 openthinker 2025-08-16 21:31:02 +08:00
anthony 22f34ccbe9 mixtral 2025-08-16 21:30:51 +08:00
anthony be74e61a64 mistral-small 2025-08-16 21:29:41 +08:00
anthony d7f3da458c mistral-nemo 2025-08-16 21:29:26 +08:00
anthony ec0e1309cb mistral 2025-08-16 21:29:14 +08:00
anthony bde12d69a9 magistral 2025-08-16 21:29:08 +08:00
anthony 3e51e1ed2b llava-llama3 2025-08-16 21:28:58 +08:00
anthony deca9b8d3f gpt-oss 2025-08-16 21:28:49 +08:00
anthony ef36d0de95 gemma3n 2025-08-16 21:28:41 +08:00
anthony 964c3c7ca8 gemma3 2025-08-16 21:28:33 +08:00
anthony 44aa18f408 dolphin3 2025-08-16 21:28:19 +08:00
anthony 2603d36e25 devstral 2025-08-16 21:28:04 +08:00
anthony ed3a2842fa deepcoder 2025-08-16 21:27:55 +08:00
anthony 15b254be4b codestral 2025-08-16 21:27:42 +08:00
anthony aa7d6e4d32 starcoder2 2025-08-16 21:27:20 +08:00
44 changed files with 149 additions and 1 deletions
Executable
+4
View File
@@ -0,0 +1,4 @@
#!/bin/bash
# https://ollama.com/library/codestral/tags
docker exec -it ai-ollama ollama run codestral:22b --verbose
Executable
+4
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
Executable
+4
View File
@@ -0,0 +1,4 @@
#!/bin/bash
# https://ollama.com/library/deepcoder/tags
docker exec -it ai-ollama ollama run deepcoder:14b --verbose
Executable
+4
View File
@@ -0,0 +1,4 @@
#!/bin/bash
# https://ollama.com/library/devstral/tags
docker exec -it ai-ollama ollama run devstral:24b --verbose
Executable
+4
View File
@@ -0,0 +1,4 @@
#!/bin/bash
# https://ollama.com/library/dolphin3/tags
docker exec -it ai-ollama ollama run dolphin3:8b --verbose
Executable
+4
View File
@@ -0,0 +1,4 @@
#!/bin/bash
# https://ollama.com/library/gemma3/tags
docker exec -it ai-ollama ollama run gemma3:12b --verbose
Executable
+4
View File
@@ -0,0 +1,4 @@
#!/bin/bash
# https://ollama.com/library/gemma3/tags
docker exec -it ai-ollama ollama run gemma3:1b --verbose
Executable
+4
View File
@@ -0,0 +1,4 @@
#!/bin/bash
# https://ollama.com/library/gemma3/tags
docker exec -it ai-ollama ollama run gemma3:270m --verbose
Executable
+4
View File
@@ -0,0 +1,4 @@
#!/bin/bash
# https://ollama.com/library/gemma3/tags
docker exec -it ai-ollama ollama run gemma3:27b --verbose
Executable
+4
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
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
View File
@@ -0,0 +1,4 @@
#!/bin/bash
# https://ollama.com/library/gemma/tags
docker exec -it ai-ollama ollama run gemma:7b --verbose
Executable
+4
View File
@@ -0,0 +1,4 @@
#!/bin/bash
# https://ollama.com/library/gemma3n/tags
docker exec -it ai-ollama ollama run gemma3n:e2b --verbose
Executable
+4
View File
@@ -0,0 +1,4 @@
#!/bin/bash
# https://ollama.com/library/gemma3n/tags
docker exec -it ai-ollama ollama run gemma3n:e4b --verbose
Executable
+4
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
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
Executable
+4
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
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
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
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
Executable
+4
View File
@@ -0,0 +1,4 @@
#!/bin/bash
# https://ollama.com/library/mistral/tags
docker exec -it ai-ollama ollama run mistral:7b --verbose
Executable
+4
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
View File
@@ -0,0 +1,4 @@
#!/bin/bash
# https://ollama.com/library/openthinker/tags
docker exec -it ai-ollama ollama run openthinker:32b --verbose
Executable
+4
View File
@@ -0,0 +1,4 @@
#!/bin/bash
# https://ollama.com/library/openthinker/tags
docker exec -it ai-ollama ollama run openthinker:7b --verbose
Executable
+4
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
Executable
+4
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
Executable
+4
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
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
Executable
+4
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
View File
View File
View File
+1 -1
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
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
Executable
+4
View File
@@ -0,0 +1,4 @@
#!/bin/bash
# https://ollama.com/library/qwq/tags
docker exec -it ai-ollama ollama run qwq:32b --verbose
Executable
+4
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
Executable
+4
View File
@@ -0,0 +1,4 @@
#!/bin/bash
# https://ollama.com/library/smollm2/tags
docker exec -it ai-ollama ollama run smollm2:135m --verbose
Executable
+4
View File
@@ -0,0 +1,4 @@
#!/bin/bash
# https://ollama.com/library/smollm2/tags
docker exec -it ai-ollama ollama run smollm2:360m --verbose
Executable
+4
View File
@@ -0,0 +1,4 @@
#!/bin/bash
# https://ollama.com/library/starcoder2/tags
docker exec -it ai-ollama ollama run starcoder2:15b --verbose
Executable
+4
View File
@@ -0,0 +1,4 @@
#!/bin/bash
# https://ollama.com/library/starcoder2/tags
docker exec -it ai-ollama ollama run starcoder2:3b --verbose
Executable
+4
View File
@@ -0,0 +1,4 @@
#!/bin/bash
# https://ollama.com/library/starcoder2/tags
docker exec -it ai-ollama ollama run starcoder2:7b --verbose