1
0

Перекладка моделей phi4, добавлены phi3

This commit is contained in:
2025-08-19 23:37:49 +08:00
parent 3de0f36d1e
commit be78f22048
6 changed files with 16 additions and 0 deletions

4
models/phi3/instruct Executable file
View File

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

4
models/phi3/medium Executable file
View File

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

4
models/phi3/mini Executable file
View File

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

View File

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