Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add execution permission to the llama-server when running tabby… #2549

Merged
merged 1 commit into from
Jun 29, 2024

Commits on Jun 29, 2024

  1. docs: add execution permission to the llama-server when running tabby…

    … on Linux
    
    The user should give execution permission to the llama-server when running on Tabby on a Linux standalone install. Otherwise, the application will crash due to a permission error. 
    
    ```sh
    The application panicked (crashed).
    Message:  Failed to start llama-server <embedding> with command Command { std: "/home/<user>/tabby/dist/tabby/llama-server" "-m" "/home/<user>/.tabby/models/TabbyML/Nomic-Embed-Text/ggml/model.gguf" "--cont-batching" "--port" "30888" "-np" "1" "--log-disable" "--ctx-size" "4096" "-ngl" "9999" "--embedding" "--ubatch-size" "4096", kill_on_drop: true }: Permission denied (os error 13)
    Location: crates/llama-cpp-server/src/supervisor.rs:80
    ```
    Srkl authored Jun 29, 2024
    Configuration menu
    Copy the full SHA
    1518c89 View commit details
    Browse the repository at this point in the history