ollama icon indicating copy to clipboard operation
ollama copied to clipboard

No welcoming window & pulling manifest Error: pull model manifest: file does not exist

Open HWiwoiiii opened this issue 1 year ago • 2 comments

What is the issue?

When I first installed the ollama, I didn't see the welcoming window pops up, just a windows notification by it says "click here to start"

Clicking that notification gives me a powershell window as shown

and when I tried to run the command to get started it gives me the error below

pulling manifest Error: pull model manifest: file does not exist

image

What did you expect to see?

There should be a welcoming window for me to get started

Steps to reproduce

Reinstall

Are there any recent changes that introduced the issue?

no change

OS

Windows

Architecture

Other

Platform

WSL, WSL2

Ollama version

0.1.29

GPU

Nvidia

GPU info

w

CPU

Intel

Other software

Open WebUI

HWiwoiiii avatar Mar 15 '24 10:03 HWiwoiiii

Hi @HWiwoiiii, the install experience you are describing is what I expect on Windows at the moment. We don't have a welcome screen there yet.

For the ollama run problem, the issue is the name of the model you are trying to run. This should work: ollama run llama2:13b

The error message is not very obvious in this case, sorry about that. Let me know if this works for you.

BruceMacD avatar Mar 15 '24 11:03 BruceMacD

Yes it works splendidly now, thank you very much @BruceMacD

HWiwoiiii avatar Mar 15 '24 22:03 HWiwoiiii