Skip to content

Commit

Permalink
[skip ci] Upgrade mishards up to v0.10.3 (#3785)
Browse files Browse the repository at this point in the history
Signed-off-by: yinghao.zou <[email protected]>
  • Loading branch information
BossZou committed Sep 17, 2020
1 parent f962e84 commit 50d5b9f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Please mark all change in change log and use the issue from GitHub
- \#3254 Allow more choices for the parameter ‘m’ of IVF_PQ
- \#3606 The supported parameter 'nprobe' of IVF is expanded to [1, 16384]
- \#3639 The supported parameter 'topk' of searching is expanded to [1, 16384]
- \#3784 Upgrade mishards up to v0.10.3

## Task

Expand Down
2 changes: 1 addition & 1 deletion shards/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Follow below steps to start a standalone Milvus instance with Mishards from sour
3. Start Milvus server.

```shell
$ sudo nvidia-docker run --rm -d -p 19530:19530 -v /tmp/milvus/db:/var/lib/milvus/db milvusdb/milvus:0.10.2-gpu-d081520-8a2393
$ sudo nvidia-docker run --rm -d -p 19530:19530 -v /tmp/milvus/db:/var/lib/milvus/db milvusdb/milvus:0.10.3-gpu-d091720-f962e8
```

4. Update path permissions.
Expand Down
2 changes: 1 addition & 1 deletion shards/README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Python 版本为3.6及以上。
3. 启动 Milvus 服务。

```shell
$ sudo nvidia-docker run --rm -d -p 19530:19530 -v /tmp/milvus/db:/var/lib/milvus/db milvusdb/milvus:0.10.2-gpu-d081520-8a2393
$ sudo nvidia-docker run --rm -d -p 19530:19530 -v /tmp/milvus/db:/var/lib/milvus/db milvusdb/milvus:0.10.3-gpu-d091720-f962e8
```

4. 更改目录权限。
Expand Down
4 changes: 2 additions & 2 deletions shards/all_in_one/all_in_one.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
milvus_wr:
runtime: nvidia
restart: always
image: milvusdb/milvus:0.10.2-gpu-d081520-8a2393
image: milvusdb/milvus:0.10.3-gpu-d091720-f962e8
ports:
- "0.0.0.0:19540:19530"
volumes:
Expand All @@ -13,7 +13,7 @@ services:
milvus_ro:
runtime: nvidia
restart: always
image: milvusdb/milvus:0.10.2-gpu-d081520-8a2393
image: milvusdb/milvus:0.10.3-gpu-d091720-f962e8
ports:
- "0.0.0.0:19541:19530"
volumes:
Expand Down
4 changes: 2 additions & 2 deletions shards/all_in_one_with_mysql/all_in_one.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
milvus_wr:
runtime: nvidia
restart: always
image: milvusdb/milvus:0.10.2-gpu-d081520-8a2393
image: milvusdb/milvus:0.10.3-gpu-d091720-f962e8
volumes:
- /tmp/milvus/db:/var/lib/milvus/db
- ./wr_server.yml:/var/lib/milvus/conf/server_config.yaml
Expand All @@ -29,7 +29,7 @@ services:
milvus_ro:
runtime: nvidia
restart: always
image: milvusdb/milvus:0.10.2-gpu-d081520-8a2393
image: milvusdb/milvus:0.10.3-gpu-d091720-f962e8
volumes:
- /tmp/milvus/db:/var/lib/milvus/db
- ./ro_server.yml:/var/lib/milvus/conf/server_config.yaml
Expand Down

0 comments on commit 50d5b9f

Please sign in to comment.