From 2e45d4e2715386cc3b8be17c044821a9bb7d6e4f Mon Sep 17 00:00:00 2001 From: MeIchthys Date: Sun, 28 Jul 2024 00:26:02 -0400 Subject: [PATCH] Fix windows and linux run commands for vulkan (#2740) --- website/blog/2024-05-01-vulkan-support/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/blog/2024-05-01-vulkan-support/index.md b/website/blog/2024-05-01-vulkan-support/index.md index 3c440ff1bed9..f6f561c2c94d 100644 --- a/website/blog/2024-05-01-vulkan-support/index.md +++ b/website/blog/2024-05-01-vulkan-support/index.md @@ -43,13 +43,13 @@ Once you've installed the appropriate binary, you can simply run it from the com For Windows, open a command prompt and navigate to the download folder, then run: ``` -tabby_x84_64-windows-msvc-vulkan serve --model StarCoder-1B --device vulkan +tabby_x86_64-windows-msvc-vulkan serve --model StarCoder-1B --device vulkan ``` For Linux: ``` -./tabby_x64_64-manylinux2014-vulkan serve --model StarCoder-1B --device vulkan +./tabby_x86_64-manylinux2014-vulkan serve --model StarCoder-1B --device vulkan ``` When it starts, you should see a printout indicating that Vulkan has found your card and is working properly: