logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
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/tabby
or

Install via npx

npx @hexmos/ipm i TabbyML/tabby

Prerequisites

Rust

language

Version: 1.70.0 or later (stable)

Python

language

Version: 3.8 or later

Docker

system_tool

For containerizing the application.

Git

system_tool

For version control and code management.

Make

build_tool

For building the application.

Protobuf

system_package

Version: 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 graphviz

Linux Installation (Custom)

cd tabby

make install

Post 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`