[GH-ISSUE #25] cannot cancel a model being loaded #10

Closed
opened 2026-04-12 09:33:21 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @jmorganca on GitHub (Jun 29, 2023).
Original GitHub issue: https://github.com/ollama/ollama/issues/25

Typing ctrl+c doesn't cancel model loading:

Running /Users/jmorgan/.ollama/models/orca-mini-7b.bin...
>>> hi

⠏ 
⠙ 
⠸ 
⠙
Originally created by @jmorganca on GitHub (Jun 29, 2023). Original GitHub issue: https://github.com/ollama/ollama/issues/25 Typing `ctrl+c` doesn't cancel model loading: ``` Running /Users/jmorgan/.ollama/models/orca-mini-7b.bin... >>> hi ⠏ ⠙ ⠸ ⠙ ```
GiteaMirror added the bug label 2026-04-12 09:33:21 -05:00
Author
Owner

@BruceMacD commented on GitHub (Jun 30, 2023):

This is due to the python library calling out to the external llama.cpp, as a workaround in the the meantime pressing ctrl+c twice should end the process.

<!-- gh-comment-id:1614807637 --> @BruceMacD commented on GitHub (Jun 30, 2023): This is due to the python library calling out to the external llama.cpp, as a workaround in the the meantime pressing `ctrl+c` twice should end the process.
Author
Owner

@jmorganca commented on GitHub (Jul 13, 2023):

This is fixed on main

<!-- gh-comment-id:1633435194 --> @jmorganca commented on GitHub (Jul 13, 2023): This is fixed on main
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#10