Skip to content

Commit

Permalink
Fix windows and linux run commands for vulkan (#2740)
Browse files Browse the repository at this point in the history
  • Loading branch information
meichthys authored Jul 28, 2024
1 parent 21b4ded commit 2e45d4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/blog/2024-05-01-vulkan-support/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2e45d4e

Please sign in to comment.