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

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

4
qwen1.5/1.8b Executable file
View File

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

5
qwen1.5/14b Executable file
View File

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

5
qwen1.5/32b Executable file
View File

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

5
qwen1.5/4b Executable file
View File

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

5
qwen1.5/7b Executable file
View File

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