How to install TabbyML/tabby. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
TabbyML/tabby Installation Guide
How to install TabbyML/tabby. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for TabbyML/tabby. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i TabbyML/tabbyor
Install via npx
npx @hexmos/ipm i TabbyML/tabbyPrerequisites
Rust
languageVersion: 1.70.0 or later (stable)
Python
languageVersion: 3.8 or later
Docker
system_toolFor containerizing the application.
Git
system_toolFor version control and code management.
Make
build_toolFor building the application.
Protobuf
system_packageVersion: 3.10.1 or later
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Linux Installation (Ubuntu/Debian)
brew install protobuf
apt install protobuf-compiler libopenblas-dev
make sqlite3 graphvizLinux Installation (Custom)
cd tabby
make installPost Installation Steps
- Start the server: `docker run -it --gpus all -p 8080:8080 -v $HOME/.tabby:/data tabbyml/tabby serve --model StarCoder-1B --device cuda --chat-model Qwen2-1.5B-Instruct`
- Access the UI: `http://localhost:8080`
