ollama/cmd
Patrick Devine 2c8b484643
fix: correctly save in interactive mode (#9788)
This fixes the case where a FROM line in previous modelfile points to a
file which may/may not be present in a different ollama instance. We
shouldn't be relying on the filename though and instead just check if
the FROM line was instead a valid model name and point to that instead.
2025-03-15 12:09:02 -07:00
..
runner Runner for Ollama engine 2025-02-13 17:09:26 -08:00
cmd.go add verbose mode to the show command (#9640) 2025-03-13 14:24:27 -07:00
cmd_test.go fix: correctly save in interactive mode (#9788) 2025-03-15 12:09:02 -07:00
interactive.go fix: correctly save in interactive mode (#9788) 2025-03-15 12:09:02 -07:00
interactive_test.go
start.go
start_darwin.go
start_default.go
start_windows.go