Raspberry Pi Ollama Installation ON A RPi 3b!!!

Поделиться
HTML-код
  • Опубликовано: 28 авг 2024

Комментарии • 10

  • @BtaraDev
    @BtaraDev 3 месяца назад +2

    Thats cool it can run on a pi 3. I got it to run almost realtime on a pi5, but i wonder if it would be possible to run it on a pi zero.

  • @CodeZhifty
    @CodeZhifty 3 дня назад

    I get this error: "model requires more system memory (1.3 GiB) than is available (952.7 MiB)" Is there any way around it?

    • @TheExpatProfessor
      @TheExpatProfessor  3 дня назад

      Hello. I'm not sure. What OS are you running on your pi? Do you have the GUI enabled. Did you try tinyllama? If it is a 3b+ or better, I'm sure that we can get it to work.

    • @CodeZhifty
      @CodeZhifty 2 дня назад

      @@TheExpatProfessor I got it working with a smaller model, I am using pi OS 64 bit without gui

  • @skynetcybernetics9058
    @skynetcybernetics9058 4 месяца назад

    It won't install on my RPI 3B it gives this error: "ERROR Unsupported architecture: armv7l"

    • @TheExpatProfessor
      @TheExpatProfessor  4 месяца назад

      Are you using aarch64 from the Debian website? I believe that armv7 is 32 bit, while the 3B and B+ also support 64bit operations (but I might be wrong).

    • @skynetcybernetics9058
      @skynetcybernetics9058 4 месяца назад

      @@TheExpatProfessor I just came back to edit my comment. Yes I had the 32 bit OS installed, I have since installed the 64 bit one and it works now

    • @TheExpatProfessor
      @TheExpatProfessor  4 месяца назад

      @@skynetcybernetics9058 Outstanding! That is great to hear!

  • @efeakbaba1221
    @efeakbaba1221 3 месяца назад

    i take this err for rpi4 "-bash: /usr/local/bin/ollama: cannot execute: required file not found "

    • @TheExpatProfessor
      @TheExpatProfessor  3 месяца назад

      Hello. You may try using the following command to find it:
      # locate ollama
      or
      # find / -name \*ollama\*