GithubHelp home page GithubHelp logo

Pulling model in Models section spawns a never ending stream of Pulling Manfiest notifications that animated down screen about ollama-webui HOT 10 CLOSED

ollama-webui avatar ollama-webui commented on September 25, 2024
Pulling model in Models section spawns a never ending stream of Pulling Manfiest notifications that animated down screen

from ollama-webui.

Comments (10)

tjbck avatar tjbck commented on September 25, 2024 1

Seems like I've accidentally closed this issue, Just updated Ollama to the latest version and seeing this issue as well. It will be fixed in a bit. Thanks for bringing this up.

from ollama-webui.

kevinduffey avatar kevinduffey commented on September 25, 2024 1

Right on. Glad to help.

from ollama-webui.

tjbck avatar tjbck commented on September 25, 2024 1

Hi all, The issue should be fixed now with this merge, Please let me if the problem persists. Thanks!

from ollama-webui.

sanasol avatar sanasol commented on September 25, 2024 1

Nvm, I see there is a lot of issues https://github.com/jmorganca/ollama/issues?q=stuck

Fix is restart and retry until it work :)

Or better to add ollama noprune flag, to make resume possible after stuck/restart

compose.yaml

version: '3.6'

services:
  ollama:
    # Uncomment below for GPU support
    # deploy:
    #   resources:
    #     reservations:
    #       devices:
    #         - driver: nvidia
    #           count: 1
    #           capabilities:
    #             - gpu
    volumes:
      - ollama:/root/.ollama
    # Uncomment below to expose Ollama API outside the container stack
    # ports:
    #   - 11434:11434
    container_name: ollama
    pull_policy: always
    tty: true
    restart: unless-stopped
    image: ollama/ollama:latest
+    environment:
+     OLLAMA_NOPRUNE: true

And then

docker compose restart && docker compose exec -it ollama ollama pull llama2:70b

until win

from ollama-webui.

tjbck avatar tjbck commented on September 25, 2024

Hi, This looks very strange, I'm not sure what would be the cause of this issue as I cannot reproduce your issue in any of my local machines (mac, linux, windows). Could you please try running Ollama and the Web UI in other machines if you have any and see if you can reproduce the issue yourself? Thanks.

from ollama-webui.

sanasol avatar sanasol commented on September 25, 2024

Same here
Screenshot 2023-11-22 at 23 32 08

Tested on macbook and linux server.

Both times opened using Brave on MacOs.

from ollama-webui.

kevinduffey avatar kevinduffey commented on September 25, 2024

Not sure why it was closed so fast.. but I dont have another machine to run it on. Glad to see I am not alone with this. I suspect the team should look to do some more testing. At least the image actually pulls down once all that animated waterfall notifications stop. So the download does work. It's not a big big deal, but just an oddity I guess. At least it's somewhat cool looking.. what would be better is if they bounced when they got to the bottom of the screen before disappearing. Adding some physics to it would be slick!
If it helps I was using Chrome on Windows hitting my linux ip that was running ollama and ollama-webui. Both of those are running as docker containers in portainer.

from ollama-webui.

sanasol avatar sanasol commented on September 25, 2024

https://github.com/ollama-webui/ollama-webui/blob/main/src/lib/components/chat/SettingsModal.svelte#L134

There is literally while(true) and !data.status.includes('downloading')

But message is always "pulling {hash}" probably

from ollama-webui.

sanasol avatar sanasol commented on September 25, 2024
Screenshot 2023-11-23 at 01 05 47

perfect

from ollama-webui.

sanasol avatar sanasol commented on September 25, 2024

But there is another problem for me, maybe some quickfix possible. Dont want to post issue for it.

Cannot download 70b llama(other models too sometimes), tried multiple times, got stuck at end.

Sometimes server process killed.
Screenshot 2023-11-23 at 01 13 08
Screenshot 2023-11-23 at 01 13 30

No CPU/RAM usage after that, like just stuck.

from ollama-webui.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.