Skip to content

Commit

Permalink
Update faq_assign_gpu.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-zilliz authored Sep 29, 2021
1 parent d363775 commit bced1db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/zh-CN/fragments/faq_assign_gpu.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
在/home/$USER/milvus/conf路径下的**server_config.yaml**文件中,你可以为建立索引以及检索分配GPU。如下代码所示:
/home/$USER/milvus/conf 路径下的 <b>server_config.yaml</b> 文件中,你可以为建立索引以及检索分配 GPU。如下代码所示:

```
gpu:
Expand All @@ -13,5 +13,5 @@ gpu:
- gpu3
```
<div class="alert note">
gpu0, 1, 2, 3是分配给Docker容器的GPU中的前四个
gpu 0, 1, 2, 3是分配给 Docker 容器的 GPU 中的前四个
</div>

0 comments on commit bced1db

Please sign in to comment.