You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to start the llamafile server with the --path option pointing to a specific folder, the server fails to serve the UI correctly, resulting in a 404 error.
Setting --path to a folder seems to be broken.
I was trying to test against the latest llama.cpp UI with a command like
What operating system are you seeing the problem on?
Mac
Update (Oct 14 2024):
Reading a bit more I realized SECCOMP sandboxing was enabled and indeed setting --unsecure fixes the issue. I think the issue is still valid since --path is broken without disabling sandboxing. However, severity can be lower since a workaround exist.
The text was updated successfully, but these errors were encountered:
Contact Details
No response
What happened?
When attempting to start the llamafile server with the --path option pointing to a specific folder, the server fails to serve the UI correctly, resulting in a 404 error.
Setting
--path
to a folder seems to be broken.I was trying to test against the latest llama.cpp UI with a command like
I can see on the log
Version
llamafile v0.8.13
What operating system are you seeing the problem on?
Mac
Update (Oct 14 2024):
Reading a bit more I realized SECCOMP sandboxing was enabled and indeed setting
--unsecure
fixes the issue. I think the issue is still valid since--path
is broken without disabling sandboxing. However, severity can be lower since a workaround exist.The text was updated successfully, but these errors were encountered: