1
0

Пачка моделей qwen + deepseek-coder-v2

This commit is contained in:
2025-05-25 15:01:42 +08:00
parent a1fdd2717c
commit a5d61ae499
36 changed files with 155 additions and 8 deletions

4
qwen2.5-coder/0.5b Executable file
View File

@@ -0,0 +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

4
qwen2.5-coder/1.5b Executable file
View File

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

5
qwen2.5-coder/14b Executable file
View File

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

5
qwen2.5-coder/32b Executable file
View File

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

5
qwen2.5-coder/3b Executable file
View File

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

5
qwen2.5-coder/7b Executable file
View File

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