Пачка моделей qwen + deepseek-coder-v2
This commit is contained in:
4
codellama/13b
Executable file
4
codellama/13b
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
# https://ollama.com/library/codellama/tags
|
||||
|
||||
docker exec -it ai-ollama ollama run codellama:13b --verbose
|
||||
4
codellama/34b
Executable file
4
codellama/34b
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
# https://ollama.com/library/codellama/tags
|
||||
|
||||
docker exec -it ai-ollama ollama run codellama:34b --verbose
|
||||
@@ -1,4 +0,0 @@
|
||||
#!/bin/bash
|
||||
# https://ollama.com/library/codellama/tags
|
||||
|
||||
docker exec -it ai-ollama ollama run codellama:34b-instruct --verbose
|
||||
4
codellama/7b
Executable file
4
codellama/7b
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
# https://ollama.com/library/codellama/tags
|
||||
|
||||
docker exec -it ai-ollama ollama run codellama:7b --verbose
|
||||
@@ -1,4 +0,0 @@
|
||||
#!/bin/bash
|
||||
# https://ollama.com/library/codellama/tags
|
||||
|
||||
docker exec -it ai-ollama ollama run codellama:7b-instruct --verbose
|
||||
4
codeqwen1.5/1.5b
Executable file
4
codeqwen1.5/1.5b
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
# https://ollama.com/library/codeqwen/tags
|
||||
|
||||
docker exec -it ai-ollama ollama run codeqwen:1.5b --verbose
|
||||
5
codeqwen1.5/7b
Executable file
5
codeqwen1.5/7b
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
# https://ollama.com/library/codeqwen/tags
|
||||
|
||||
docker exec -it ai-ollama ollama run codeqwen:7b --verbose
|
||||
|
||||
4
deepseek-coder-v2/16b
Executable file
4
deepseek-coder-v2/16b
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
# https://ollama.com/library/deepseek-coder-v2/tags
|
||||
|
||||
docker exec -it ai-ollama ollama run deepseek-coder-v2:16b --verbose
|
||||
4
qwen1.5/0.5b
Executable file
4
qwen1.5/0.5b
Executable 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
4
qwen1.5/1.8b
Executable 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
5
qwen1.5/14b
Executable 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
5
qwen1.5/32b
Executable 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
5
qwen1.5/4b
Executable 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
5
qwen1.5/7b
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
# https://ollama.com/library/qwen/tags
|
||||
|
||||
docker exec -it ai-ollama ollama run qwen:7b --verbose
|
||||
|
||||
4
qwen2.5-coder/0.5b
Executable file
4
qwen2.5-coder/0.5b
Executable 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
4
qwen2.5-coder/1.5b
Executable 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
5
qwen2.5-coder/14b
Executable 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
5
qwen2.5-coder/32b
Executable 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
5
qwen2.5-coder/3b
Executable 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
5
qwen2.5-coder/7b
Executable 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
|
||||
|
||||
4
qwen2.5/0.5b
Executable file
4
qwen2.5/0.5b
Executable 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
4
qwen2.5/1.5b
Executable 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
5
qwen2.5/14b
Executable 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
5
qwen2.5/32b
Executable 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
5
qwen2.5/3b
Executable 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
5
qwen2.5/7b
Executable 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
|
||||
|
||||
4
qwen2/0.5b
Executable file
4
qwen2/0.5b
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
# https://ollama.com/library/qwen2/tags
|
||||
|
||||
docker exec -it ai-ollama ollama run qwen2:0.5b --verbose
|
||||
4
qwen2/1.5b
Executable file
4
qwen2/1.5b
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
# https://ollama.com/library/qwen2/tags
|
||||
|
||||
docker exec -it ai-ollama ollama run qwen2:1.5b --verbose
|
||||
5
qwen2/7b
Executable file
5
qwen2/7b
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
# https://ollama.com/library/qwen2/tags
|
||||
|
||||
docker exec -it ai-ollama ollama run qwen2:7b --verbose
|
||||
|
||||
4
qwen3/0.6b
Executable file
4
qwen3/0.6b
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
# https://ollama.com/library/qwen3/tags
|
||||
|
||||
docker exec -it ai-ollama ollama run qwen3:0.6b --verbose
|
||||
4
qwen3/1.7b
Executable file
4
qwen3/1.7b
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
# https://ollama.com/library/qwen3/tags
|
||||
|
||||
docker exec -it ai-ollama ollama run qwen3:1.7b --verbose
|
||||
5
qwen3/14b
Executable file
5
qwen3/14b
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
# https://ollama.com/library/qwen3/tags
|
||||
|
||||
docker exec -it ai-ollama ollama run qwen3:14b --verbose
|
||||
|
||||
5
qwen3/30b
Executable file
5
qwen3/30b
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
# https://ollama.com/library/qwen3/tags
|
||||
|
||||
docker exec -it ai-ollama ollama run qwen3:30b --verbose
|
||||
|
||||
5
qwen3/32b
Executable file
5
qwen3/32b
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
# https://ollama.com/library/qwen3/tags
|
||||
|
||||
docker exec -it ai-ollama ollama run qwen3:32b --verbose
|
||||
|
||||
5
qwen3/4b
Executable file
5
qwen3/4b
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
# https://ollama.com/library/qwen3/tags
|
||||
|
||||
docker exec -it ai-ollama ollama run qwen3:4b --verbose
|
||||
|
||||
Reference in New Issue
Block a user