• TheFrirish@tarte.nuage-libre.fr
    link
    fedilink
    Français
    arrow-up
    0
    ·
    edit-2
    14 days ago

    I am embarrassed to say that I was not aware that ollama was NOT* open source and running on an MIT license I will definitely check this out later. Hopefully more open source des take interest in supporting an open source AI ecosystem.

      • TheFrirish@tarte.nuage-libre.fr
        link
        fedilink
        Français
        arrow-up
        0
        ·
        14 days ago

        My mistake it I swaped MIT license with AGPL. I was under the impression that an MIT license was less permissive than an AGPL one.

        • keepthepace@tarte.nuage-libre.fr
          link
          fedilink
          Français
          arrow-up
          0
          ·
          2 days ago

          Just to know if you are not aware, you are putting a penny in a hot debate in the free software community on which license is the more open, is the best.

          The MIT is clearly the most permissive because it allows you, among other things, to just run with the software and close it, adding your modification and sell it without sharing source.

          Afero GPL prevents you from selling the software or even selling services that run the software without sharing/publishing it.

          In a MIT->AGPL swap you will find people who consider it a step into being closer to free software ideals and people who consider it getting further away from it.

  • fta@lemmy.zip
    link
    fedilink
    English
    arrow-up
    0
    ·
    14 days ago

    Why not use lamma.cpp and opencode?

    Genuinely asking, what is the advantage of ollama, a nice ui for loading models?

    • JaddedFauceet@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      14 days ago

      Until now, ollama model router implementation is still better. There is still no model queue system in llama-server.

      llama-server is also released around last year only.

      Maybe after https://github.com/ggml-org/llama.cpp/issues/21678#issuecomment-4592982609 then there is not much reason to use ollama.

      Anyway i stopped using ollama and just deal with the issue now. Because most huggingface models work better with llama.cpp.

      But i dont understand why everyone just keep bashing ollama. Does no one run multiple models?