I’ve been play around with ollama. Given you download the model, can you trust it isn’t sending telemetry?

  • marcie (she/her)@lemmy.ml
    link
    fedilink
    arrow-up
    23
    arrow-down
    1
    ·
    10 hours ago

    you can check the process to see if its communicating at all. none of the big ones do. its possible someone could be fucking with the file though, before the safetensors format this was a big issue, and still sort of is afterwards. only DL from reputable sources

    • Jack@slrpnk.net
      link
      fedilink
      arrow-up
      4
      arrow-down
      1
      ·
      10 hours ago

      Can’t you run if from a container? I guess the will slow it down, but it will deny access to your files.

      • acockworkorange@mander.xyz
        link
        fedilink
        arrow-up
        4
        ·
        4 hours ago

        Containers don’t really slow down apps significantly. It’s not a VM, it’s still a native app running in your kernel, just on a separate memory space and restricted access to hardware.

        • Jack@slrpnk.net
          link
          fedilink
          arrow-up
          1
          ·
          3 hours ago

          That is true for Linux and maybe Mac, but on windows I think they have a bit more overhead. But again I agree that in most cases it is not significant.

          • acockworkorange@mander.xyz
            link
            fedilink
            arrow-up
            3
            ·
            3 hours ago

            It’s the overhead because of containers or is it because you’re running something that is meant to run on Linux and is using a conversion layer like MinGW ?

      • marcie (she/her)@lemmy.ml
        link
        fedilink
        arrow-up
        9
        ·
        10 hours ago

        yeah you could. though i dont see any evidence that the large open source llm programs like jan.ai or ollama are doing anything wrong with their program or files. chucking it in a sandbox would solve the problem for good though

        • SeekPie@lemm.ee
          link
          fedilink
          arrow-up
          5
          ·
          edit-2
          8 hours ago

          You could use “Alpaca” flatpak and remove the internet access with flatseal after having downloaded the model. (Linux)

          Or deny the app’s access to internet in app settings. (Android)