ollama / ollama

Get up and running with Llama 3.2, Mistral, Gemma 2, and other large language models.
https://ollama.com
MIT License
96.52k stars 7.67k forks source link

Piping to `stdin` does not work in windows #2698

Closed jmorganca closed 7 months ago

jmorganca commented 8 months ago

Minor issue, but piping to stdin doesn't work on windows with git bash

$ cat README.md  | ollama run gemma "What is in this document?"
failed to get console mode for stdin: The handle is invalid.
mattjoyce commented 8 months ago

Well, it sort of works, but the stdin handle error persists

C:\Users\Matt>echo "whats the capital of australia" | ollama run gemma:2b failed to get console mode for stdin: The handle is invalid. The capital of Australia is Canberra. It is a city in the Australian Capital Territory, which is the federal capital of Australia. Canberra is also the largest city in Australia by land area.