[GH-ISSUE #256] running /show in the CLI doesn't show parameters inherited from a parent modelfile #25868

Closed
opened 2026-04-22 01:42:59 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @BruceMacD on GitHub (Aug 2, 2023).
Original GitHub issue: https://github.com/ollama/ollama/issues/256

 oolama run my-custom-model                                                                                                                                                                                                                                                                                                                                                                                                                                                                      (base)
>>> /show
commands:
  /help
  /list
  /set
  ├── history
  ├── nohistory
  ├── verbose
  ├── quiet
  ├── mode
  ├────── vim
  ├────── emacs
  ├────── default
  /show
  ├── license
  ├── system
  ├── template
  /exit
  /bye

>>> /show license
>>> /show system
>>> /show template
>>> ^C
Originally created by @BruceMacD on GitHub (Aug 2, 2023). Original GitHub issue: https://github.com/ollama/ollama/issues/256 ``` oolama run my-custom-model (base) >>> /show commands: /help /list /set ├── history ├── nohistory ├── verbose ├── quiet ├── mode ├────── vim ├────── emacs ├────── default /show ├── license ├── system ├── template /exit /bye >>> /show license >>> /show system >>> /show template >>> ^C ```
GiteaMirror added the bug label 2026-04-22 01:42:59 -05:00
Author
Owner

@BruceMacD commented on GitHub (Aug 2, 2023):

this was a bug in the root modelfile not having these specified

<!-- gh-comment-id:1662460521 --> @BruceMacD commented on GitHub (Aug 2, 2023): this was a bug in the root modelfile not having these specified
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#25868