pending anonymous user

  • 13 Posts
  • 189 Comments
Joined 11 months ago
cake
Cake day: August 7th, 2023

help-circle
rss






  • umami_wasabitoSelfhosted@lemmy.worldHelp with deployment
    link
    fedilink
    English
    3
    edit-2
    5 days ago

    GH action is all what you need. If you really worried open ssh over the internet, use Tailscale or Cloudflare Tunnel. Or use a firewall rule to block off traffic except from GH IP ranges. TBH, I have VPSes that have SSH open to the whole world. Yes, it got many hits everyday but they doesn’t do anything beyond that.







  • Not just LLMs but all kinds of models are equivlant to freeware, aka the model itself and other essential bits for it to work. I won’t even call it source avaliable as there is no source.

    Take redis as example. I can still go grab the source and compile a binary that works. This doesn’t applies on ML models.

    Of course one can argue the training process isn’t determistic thus even with the exact training corpus, it can’t create the same model in terms of bits on mulitple runs. However, I would argue the same corpus provide the chance to train a model of similar or equivalent performance. Hence the openness of the training corpus is an absolute requirement to qualify a model being FOSS.