1
0

Переложил и добавил модели по папкам, обновил README

This commit is contained in:
2025-05-25 14:45:00 +08:00
parent c0957e0a7b
commit a1fdd2717c
29 changed files with 97 additions and 35 deletions

4
codellama/34b-i Executable file
View File

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

4
codellama/7b-i Executable file
View File

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