Skip to content

Commit

Permalink
Merge pull request #1417 from qdrant/docs-gpu-tweaks-2
Browse files Browse the repository at this point in the history
Minor GPU documentation tweaks (2)
  • Loading branch information
timvisee authored Jan 23, 2025
2 parents 8bfa220 + af90ec4 commit df5f877
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ weight: 10

Starting from version v1.13.0, Qdrant offers support for GPU acceleration.

However, GPU support is not included in the default Qdrant binary due to additional dependencies and libraries. Instead, you will need to use dedicated Docker ([NVIDIA](#nvidia-gpus), [AMD](#amd-gpus)) images with GPU support.
However, GPU support is not included in the default Qdrant binary due to additional dependencies and libraries. Instead, you will need to use dedicated Docker images with GPU support ([NVIDIA](#nvidia-gpus), [AMD](#amd-gpus)).


## Configuration
Expand Down Expand Up @@ -157,7 +157,7 @@ docker run \
--device /dev/kfd --device /dev/dri \
-p 6333:6333 \
-p 6334:6334 \
-e QDRANT__LOG_LEVEL=debug \
-e QDRANT__LOG_LEVEL=debug \
-e QDRANT__GPU__INDEXING=1 \
qdrant/qdrant:gpu-amd-latest
```
Expand Down

0 comments on commit df5f877

Please sign in to comment.