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
Currently, Tabby is distributed as a zip file.
However, zip packages do not preserve file permissions,
which results in the Tabby and llama-server binaries losing their execution permissions.
As a result, users need to run chmod +x on these files.
Additionally, the folder name should be tabby-VERSION instead of dist in package.
Additional context
Add any other context or screenshots about the feature request here.
Please reply with a 👍 if you want this feature.
The text was updated successfully, but these errors were encountered:
Please describe the feature you want
Currently, Tabby is distributed as a
zip
file.However,
zip
packages do not preserve file permissions,which results in the Tabby and llama-server binaries losing their execution permissions.
As a result, users need to run
chmod +x
on these files.Additionally, the folder name should be
tabby-VERSION
instead ofdist
in package.Additional context
Add any other context or screenshots about the feature request here.
Please reply with a 👍 if you want this feature.
The text was updated successfully, but these errors were encountered: