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