website/docs/quick-start/installation/windows/index.mdx
import releaseImage from './assets.png'; import successImage from './success.png';
Running Tabby on Windows using Tabby's exe distribution.
Tips:
nvcc --version
tabby_x86_64-windows-msvc-cuda117.zip.tabby_x86_64-windows-msvc-cuda117.dist -> tabby_x86_64-windows-msvc-cuda117.tabby.exe.Open a command prompt or PowerShell window, as administrator, in the directory where the tabby.exe is located (from the previous step).
Run the following command:
# For CPU-only environments
.\tabby.exe serve --model StarCoder-1B --chat-model Qwen2-1.5B-Instruct
# For CUDA-enabled environments
.\tabby.exe serve --model StarCoder-1B --chat-model Qwen2-1.5B-Instruct --device cuda
You should see a success message similar to the one in the screenshot below. After that, you can visit http://localhost:8080 to access your Tabby instance.
<div align="left"> </div>