AllYourBot / hostedgpt

An open version of ChatGPT you can host anywhere or run locally.
MIT License
344 stars 165 forks source link

Workaround: Overmind installing wrong binaries for aarch64-linux #457

Closed htruong closed 1 month ago

htruong commented 1 month ago

When we run on aarch64-linux*, overmind downloads and installs the wrong binary for the architecture. Detect if that's the case, and then download the correct binaries.

This originally came up when installing the app on a Raspberry Pi. An issue has been opened with the Overmind project: https://github.com/DarthSim/overmind/issues/185

krschacht commented 1 month ago

Nice, you figured it out!! It’s late for me in now as I’m traveling in Europe but I’ll try this out tomorrow so we can get this merged in.

htruong commented 1 month ago

Please enjoy your travels, I got mine fixed and in no way my PR is high priority!

krschacht commented 1 month ago

Merged in. Thanks again for chasing down this issue and implementing this workaround!

If you have any requests for features or improvements to the app, start a discussion. I'm actively working on this and always eager to hear!

matthewbennink commented 1 month ago

Nice, you figured it out!! It’s late for me in now as I’m traveling in Europe but I’ll try this out tomorrow so we can get this merged in.

Have a great trip! Was wondering how You were commenting so late at night lol. I was intrigued by this issue and glad there was a resolution.