[GH-ISSUE #15061] Error removing granite4:tiny‑h #9666

Closed
opened 2026-04-12 22:33:22 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @n4s3r on GitHub (Mar 25, 2026).
Original GitHub issue: https://github.com/ollama/ollama/issues/15061

What is the issue?

I tried using the ID or only "granite4" but nothing works.

Relevant log output

ollama rm granite4:tiny‑h
Warning: unable to stop model 'granite4:tiny‑h'
Error: name "granite4:tiny‑h" is invalid

OS

Windows

GPU

Nvidia

CPU

Intel

Ollama version

0.18.2

Originally created by @n4s3r on GitHub (Mar 25, 2026). Original GitHub issue: https://github.com/ollama/ollama/issues/15061 ### What is the issue? I tried using the ID or only "granite4" but nothing works. ### Relevant log output ```shell ollama rm granite4:tiny‑h Warning: unable to stop model 'granite4:tiny‑h' Error: name "granite4:tiny‑h" is invalid ``` ### OS Windows ### GPU Nvidia ### CPU Intel ### Ollama version 0.18.2
GiteaMirror added the bug label 2026-04-12 22:33:22 -05:00
Author
Owner

@rick-github commented on GitHub (Mar 25, 2026):

The dash is a unicode character, a non-breaking hyphen. Replace it with a standard ASCII hyphen:

ollama rm granite4:tiny-h
<!-- gh-comment-id:4129304473 --> @rick-github commented on GitHub (Mar 25, 2026): The dash is a unicode character, a [non-breaking hyphen](https://www.cogsci.ed.ac.uk/~richard/utf-8.cgi?input=%E2%80%91&mode=char). Replace it with a standard ASCII hyphen: ``` ollama rm granite4:tiny-h ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#9666