Пачка моделей qwen + deepseek-coder-v2
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user