Skip to content

Commit ffd31fb

Browse files
authored
Update faq_assign_gpu.md
1 parent 47e8a43 commit ffd31fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/zh-CN/fragments/faq_assign_gpu.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
在/home/$USER/milvus/conf路径下的**server_config.yaml**文件中,你可以为建立索引以及检索分配GPU。如下代码所示:
1+
/home/$USER/milvus/conf 路径下的 <b>server_config.yaml</b> 文件中,你可以为建立索引以及检索分配 GPU。如下代码所示:
22

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

0 commit comments

Comments
 (0)