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
Executable
+4
View File
@@ -0,0 +1,4 @@
#!/bin/bash
# https://ollama.com/library/qwen3/tags
docker exec -it ai-ollama ollama run qwen3:0.6b --verbose
Executable
+4
View File
@@ -0,0 +1,4 @@
#!/bin/bash
# https://ollama.com/library/qwen3/tags
docker exec -it ai-ollama ollama run qwen3:1.7b --verbose
Executable
+5
View File
@@ -0,0 +1,5 @@
#!/bin/bash
# https://ollama.com/library/qwen3/tags
docker exec -it ai-ollama ollama run qwen3:14b --verbose
Executable
+5
View File
@@ -0,0 +1,5 @@
#!/bin/bash
# https://ollama.com/library/qwen3/tags
docker exec -it ai-ollama ollama run qwen3:30b --verbose
Executable
+5
View File
@@ -0,0 +1,5 @@
#!/bin/bash
# https://ollama.com/library/qwen3/tags
docker exec -it ai-ollama ollama run qwen3:32b --verbose
Executable
+5
View File
@@ -0,0 +1,5 @@
#!/bin/bash
# https://ollama.com/library/qwen3/tags
docker exec -it ai-ollama ollama run qwen3:4b --verbose
Executable
+5
View File
@@ -0,0 +1,5 @@
#!/bin/bash
# https://ollama.com/library/qwen3/tags
docker exec -it ai-ollama ollama run qwen3:8b --verbose