Skip to content

Commit

Permalink
fix(blog): Add notice, remove slug (#1297)
Browse files Browse the repository at this point in the history
* fix(blog): Add notice, remove slug

* Update index.md

* Use docosaurus warning

* Add closing tag
  • Loading branch information
boxbeam authored Jan 25, 2024
1 parent 5d8b490 commit 4015615
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
---
slug: running-tabby-locally-with-rocm.md
title: Running Tabby Locally with AMD ROCm
authors: [boxbeam]
tags: [deployment]
---

:::warning

Tabby's ROCm support is currently only in our [nightly builds](https://github.com/TabbyML/tabby/releases/tag/nightly). It will become stable in version 0.8.

:::

For those using (compatible) **AMD** graphics cards, you can now run Tabby locally with GPU acceleration using AMD's ROCm toolkit! 🎉

ROCm is AMD's equivalent of NVidia's CUDA library, making it possible to run highly parallelized computations on the GPU. Cuda is open source and supports using multiple GPUs at the same time to perform the same computation.
Expand Down

0 comments on commit 4015615

Please sign in to comment.