* Fix the libaray path for probe_server_capabilities() even when running something as simple as `./llama-server --help`, the binary still requires correct LD_LIBRARY_PATH to work - or it returns merely an "error while loading shared libraries": "libllama-server-impl.so: cannot open shared object file: No such file or directory" For a local installation with no LD_LIBRARY_PATH specifically set, the probe_server_capabilities() run of `./llana-server --help` should share the same libaray resolution logic as start_llama_server(). * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Adjust and readd comments --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: imagineer99 <samleejackson0@gmail.com> Co-authored-by: Lee Jackson <130007945+Imagineer99@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| assets | ||
| auth | ||
| core | ||
| hub | ||
| loggers | ||
| models | ||
| plugins | ||
| requirements | ||
| routes | ||
| state | ||
| storage | ||
| tests | ||
| utils | ||
| __init__.py | ||
| _platform_compat.py | ||
| cloudflare_tunnel.py | ||
| colab.py | ||
| main.py | ||
| run.py | ||
| startup_banner.py | ||