Перекладка моделей phi4, добавлены phi3
This commit is contained in:
4
models/phi3/instruct
Executable file
4
models/phi3/instruct
Executable 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
4
models/phi3/medium
Executable 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
4
models/phi3/mini
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
# https://ollama.com/library/phi3/tags
|
||||
|
||||
docker exec -it ai-ollama ollama run phi3:mini --verbose
|
||||
4
models/phi4/mini-reasoning:3.8b
Executable file
4
models/phi4/mini-reasoning:3.8b
Executable 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
|
||||
Reference in New Issue
Block a user