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/0.5b Executable file
View File

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

4
qwen2.5/1.5b Executable file
View File

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

5
qwen2.5/14b Executable file
View File

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

5
qwen2.5/32b Executable file
View File

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

5
qwen2.5/3b Executable file
View File

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

5
qwen2.5/7b Executable file
View File

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