I am trying to build and run tabby server from source on Arch Linux Zen Kernel with an NVIDIA RTX 3090. Compilation is successful but running ./tabby serve
gives an 'Address already in use' error. How can I resolve this issue?
Red Collard
Asked on May 12, 2024
--port
argument when running the tabby serve
command../tabby serve --port <new_port_number>