5 lines
126 B
Bash
Executable File
5 lines
126 B
Bash
Executable File
#!/bin/bash
|
|
# https://ollama.com/library/mistral-small/tags
|
|
|
|
docker exec -it ai-ollama ollama run mistral-small:24b --verbose
|