5 lines
108 B
Bash
Executable File
5 lines
108 B
Bash
Executable File
#!/bin/bash
|
|
# https://ollama.com/library/phi4/tags
|
|
|
|
docker exec -it ai-ollama ollama run phi4:14b --verbose
|