SIGN IN SIGN UP
mudler / LocalAI UNCLAIMED

LocalAI is the open-source AI engine. Run any model - LLMs, vision, voice, image, video - on any hardware. No GPU required.

0 0 66 Go

fix: change file permissions from 0600 to 0644 in InstallModel (#8657)

Closes #8119

When installing models from the gallery, files are created with 0600
permissions (owner read/write only), making them unreadable by the
LocalAI server when running as a different user.

This fix changes the permissions to 0644 (owner read/write, group/others
read), allowing the server to read model files regardless of the user
it runs as.

Co-authored-by: localai-bot <localai-bot@users.noreply.github.com>
L
LocalAI [bot] committed
8bfe458fbce548aa037ce2842182f72e88a0f12e
Parent: 657ba8c
Committed by GitHub <noreply@github.com> on 2/26/2026, 8:38:54 AM