"setup.py_back" did not exist on "0a468eca6e4fb2fb738e1ff12dd5888eb598b2f8"
Be quiet when redirecting output (#7360)
This avoids emitting the progress indicators to stderr, and the interactive prompts to the output file or pipe. Running "ollama run model > out.txt" now exits immediately, and "echo hello | ollama run model > out.txt" produces zero stderr output and a typical response in out.txt
Showing
Please register or sign in to comment