summarylogtreecommitdiffstats
path: root/tabbyml.env
blob: 665d4f7f0ebb5e0f8bb90098539ca3270f1c526d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Installed as:
#   ${XDG_CONFIG_HOME:-$HOME/.config}/tabbyml/tabbyml.env
#
# The packaged systemd user service reads this as a systemd EnvironmentFile.
# EnvironmentFile values do not expand shell variables like $HOME.
# Leave TABBY_ROOT commented unless you need to override it with a real absolute path.

TABBYML_SERVE_ARGS="--model StarCoder-1B --chat-model Qwen2-1.5B-Instruct --device cuda"

# Tabby stores config.toml, SQLite data, event logs, jobs, and model data under TABBY_ROOT.
# The service defaults TABBY_ROOT to %E/tabbyml, i.e. XDG_CONFIG_HOME/tabbyml.
# TABBY_ROOT=/home/your-user/.config/tabbyml

RUST_LOG=info
# RUST_LOG=debug

# Enables Answer Engine web search.
# SERPER_API_KEY=your-serper-api-key

# GPU device pinning examples.
# CUDA_VISIBLE_DEVICES=0
# HIP_VISIBLE_DEVICES=0
# HSA_OVERRIDE_GFX_VERSION=11.0.0