mudler / LocalAI

:robot: The free, Open Source alternative to OpenAI, Claude and others. Self-hosted and local-first. Drop-in replacement for OpenAI, running on consumer-grade hardware. No GPU required. Runs gguf, transformers, diffusers and many more models architectures. Features: Generate Text, Audio, Video, Images, Voice Cloning, Distributed, P2P inference
https://localai.io
MIT License
26.46k stars 1.98k forks source link

feat(p2p): add support for configuration of edgevpn listen_maddrs, dht_announce_maddrs and bootstrap_peers #4200

Closed mintyleaf closed 1 week ago

mintyleaf commented 1 week ago

Description

Notes for Reviewers

Signed commits

netlify[bot] commented 1 week ago

Deploy Preview for localai ready!

Name Link
Latest commit 181eaa30e80c59f6edaa67e87d75989964cb7c47
Latest deploy log https://app.netlify.com/sites/localai/deploys/673db013c493be000860c9de
Deploy Preview https://deploy-preview-4200--localai.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

mintyleaf commented 1 week ago

@mudler keep in mind that edgevpn dependency needs to be updated to v0.28.4 for it to work
I guess the builders will fail because of that

I don't get how that fancy chore workflow system works and if i can bump deps by myself Having that - i updated it and checked locally

mudler commented 1 week ago

@mudler keep in mind that edgevpn dependency needs to be updated to v0.28.4 for it to work I guess the builders will fail because of that

I don't get how that fancy chore workflow system works and if i can bump deps by myself Having that - i updated it and checked locally

Just pushed in the branch the bump. For future reference, the command that I had to run is: go get github.com/mudler/edgevpn@v0.28.4

mintyleaf commented 1 week ago

go get github.com/mudler/edgevpn@v0.28.4

in order to build this i needed to do

go get github.com/mudler/edgevpn@v0.28.4
   go get github.com/schollz/progressbar/v3@v3.14.4
   go get github.com/mudler/LocalAI/core/http
   go get github.com/mudler/LocalAI/core/gallery

+ i'm aware of some fancy localai-bot deps update automatization, so i was confused and wasn't sure if it's ok to update them like this manually