From 683f63062b8aa7b050eb4e365bb1eaa4aae31599 Mon Sep 17 00:00:00 2001 From: aand18 <36073609+aand18@users.noreply.github.com> Date: Sat, 14 Dec 2024 04:54:25 +0100 Subject: [PATCH] doc: Update run instructions for Windows (#3563) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Command must run as Administrator, or it fails: 33.506 s Starting...←[2m2024-12-14T02:18:18.280545Z←[0m ←[33m WARN←[0m ←[2mllama_cpp_server::supervisor←[0m←[2m:←[0m ←[2mcrates\llama-cpp-server\src\supervisor.rs←[0m←[2m:←[0m←[2m98:←[0m llama-server exited with status code -1073741515, args: `Command { std: "C:\\tabby_x86_64-windows-msvc-cuda122\\llama-server.exe" "-m" "C:\\Users\\user1\\.tabby\\models\\TabbyML\\Nomic-Embed-Text\\ggml\\model-00001-of-00001.gguf" "--cont-batching" "--port" "30888" "-np" "1" "--log-disable" "--ctx-size" "4096" "-ngl" "9999" "--embedding" "--ubatch-size" "4096", kill_on_drop: true }` --- website/docs/quick-start/installation/windows/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/quick-start/installation/windows/index.mdx b/website/docs/quick-start/installation/windows/index.mdx index 349f61f5a3f5..0a7870955ffe 100644 --- a/website/docs/quick-start/installation/windows/index.mdx +++ b/website/docs/quick-start/installation/windows/index.mdx @@ -34,7 +34,7 @@ nvcc --version * In this directory, you'll find an executable file named `tabby.exe`. ## Running Tabby -Open a command prompt or PowerShell window in the directory where the `tabby.exe` is located (from the previous step). +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: ``` @@ -48,4 +48,4 @@ Run the following command: 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.
Windows running success -
\ No newline at end of file +