[GH-ISSUE #7391] ollama -v return 2version one is 0.0.0 the other is client version 0.3.14 #51209

Closed
opened 2026-04-28 18:55:17 -05:00 by GiteaMirror · 4 comments
Owner

Originally created by @FanGShiYuu on GitHub (Oct 28, 2024).
Original GitHub issue: https://github.com/ollama/ollama/issues/7391

What is the issue?

i am using ubuntu20.04;install ollama through curl -fsSL https://ollama.com/install.sh | sh; when input ollama -v return ollama version is 0.0.0
Warning: client version is 0.3.14
btw, when using ollama, i notice my gpu is not used and the response is so slow

OS

Linux

GPU

Nvidia

CPU

No response

Ollama version

0.3.14

Originally created by @FanGShiYuu on GitHub (Oct 28, 2024). Original GitHub issue: https://github.com/ollama/ollama/issues/7391 ### What is the issue? i am using ubuntu20.04;install ollama through curl -fsSL https://ollama.com/install.sh | sh; when input ollama -v return ollama version is 0.0.0 Warning: client version is 0.3.14 btw, when using ollama, i notice my gpu is not used and the response is so slow ### OS Linux ### GPU Nvidia ### CPU _No response_ ### Ollama version 0.3.14
GiteaMirror added the needs more infobug labels 2026-04-28 18:55:17 -05:00
Author
Owner

@rick-github commented on GitHub (Oct 28, 2024):

Did you previously compile ollama from source? That's usually the reason for the server returning version 0.0.0. What do the server logs show?

<!-- gh-comment-id:2441300925 --> @rick-github commented on GitHub (Oct 28, 2024): Did you previously compile ollama from source? That's usually the reason for the server returning version 0.0.0. What do the [server logs](https://github.com/ollama/ollama/blob/main/docs/troubleshooting.md) show?
Author
Owner

@FanGShiYuu commented on GitHub (Oct 29, 2024):

i use sudo rm $(which ollama) to remove ollama from my computer, then use curl -fsSL https://ollama.com/install.sh | sh
to install it, after it. i use ollama -v but return ollama version is 0.0.0 Warning: client version is 0.3.14 :(

<!-- gh-comment-id:2443555809 --> @FanGShiYuu commented on GitHub (Oct 29, 2024): i use sudo rm $(which ollama) to remove ollama from my computer, then use curl -fsSL https://ollama.com/install.sh | sh to install it, after it. i use ollama -v but return ollama version is 0.0.0 Warning: client version is 0.3.14 :(
Author
Owner

@rick-github commented on GitHub (Oct 29, 2024):

What do the server logs show? What is the output of the following commands:

ps wwufax | grep '[o]llama'
env | grep OLLAMA
<!-- gh-comment-id:2443856521 --> @rick-github commented on GitHub (Oct 29, 2024): What do the [server logs](https://github.com/ollama/ollama/blob/main/docs/troubleshooting.md) show? What is the output of the following commands: ``` ps wwufax | grep '[o]llama' env | grep OLLAMA ```
Author
Owner

@jmorganca commented on GitHub (Nov 4, 2024):

Have you built Ollama from source? Make sure to see which ollama binary is running (using Rick's example) and then remove that version, and it should all work ok – let me know if you hit any more issues.

<!-- gh-comment-id:2455365559 --> @jmorganca commented on GitHub (Nov 4, 2024): Have you built Ollama from source? Make sure to see which `ollama` binary is running (using Rick's example) and then remove that version, and it should all work ok – let me know if you hit any more issues.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#51209