1
0

Команда для списка моделей + codegemma 3/7

This commit is contained in:
2025-05-25 20:53:22 +08:00
parent 19716dd1e1
commit 8e0888b23b
3 changed files with 11 additions and 0 deletions

4
codegemma/2b Executable file
View File

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

4
codegemma/7b Executable file
View File

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

3
list.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
docker exec -it ai-ollama ollama list