Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
2
210310676
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Summer2021
210310676
Commits
8ec023b7
Unverified
Commit
8ec023b7
authored
Jun 16, 2021
by
groot
Committed by
GitHub
Jun 16, 2021
Browse files
Options
Downloads
Patches
Plain Diff
[skip ci] update mishards to 1.1.1 (#5799)
Signed-off-by:
yhmo
<
yihua.mo@zilliz.com
>
parent
330cc61b
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
shards/all_in_one/all_in_one.yml
+2
-2
2 additions, 2 deletions
shards/all_in_one/all_in_one.yml
shards/all_in_one_with_mysql/all_in_one.yml
+2
-2
2 additions, 2 deletions
shards/all_in_one_with_mysql/all_in_one.yml
shards/requirements.txt
+1
-1
1 addition, 1 deletion
shards/requirements.txt
with
5 additions
and
5 deletions
shards/all_in_one/all_in_one.yml
+
2
−
2
View file @
8ec023b7
...
@@ -3,7 +3,7 @@ services:
...
@@ -3,7 +3,7 @@ services:
milvus_wr
:
milvus_wr
:
runtime
:
nvidia
runtime
:
nvidia
restart
:
always
restart
:
always
image
:
milvusdb/milvus:1.1.
0
-gpu-d0
50721-5e559c
image
:
milvusdb/milvus:1.1.
1
-gpu-d0
61621-330cc6
ports
:
ports
:
-
"
0.0.0.0:19540:19530"
-
"
0.0.0.0:19540:19530"
volumes
:
volumes
:
...
@@ -13,7 +13,7 @@ services:
...
@@ -13,7 +13,7 @@ services:
milvus_ro
:
milvus_ro
:
runtime
:
nvidia
runtime
:
nvidia
restart
:
always
restart
:
always
image
:
milvusdb/milvus:1.1.
0
-gpu-d0
50721-5e559c
image
:
milvusdb/milvus:1.1.
1
-gpu-d0
61621-330cc6
ports
:
ports
:
-
"
0.0.0.0:19541:19530"
-
"
0.0.0.0:19541:19530"
volumes
:
volumes
:
...
...
This diff is collapsed.
Click to expand it.
shards/all_in_one_with_mysql/all_in_one.yml
+
2
−
2
View file @
8ec023b7
...
@@ -18,7 +18,7 @@ services:
...
@@ -18,7 +18,7 @@ services:
milvus_wr
:
milvus_wr
:
# runtime: nvidia
# runtime: nvidia
restart
:
always
restart
:
always
image
:
milvusdb/milvus:1.1.
0
-cpu-d0
50721-5e559c
image
:
milvusdb/milvus:1.1.
1
-cpu-d0
61621-330cc6
volumes
:
volumes
:
-
/tmp/milvus/db:/var/lib/milvus/db
-
/tmp/milvus/db:/var/lib/milvus/db
-
./wr_server.yml:/var/lib/milvus/conf/server_config.yaml
-
./wr_server.yml:/var/lib/milvus/conf/server_config.yaml
...
@@ -29,7 +29,7 @@ services:
...
@@ -29,7 +29,7 @@ services:
milvus_ro
:
milvus_ro
:
# runtime: nvidia
# runtime: nvidia
restart
:
always
restart
:
always
image
:
milvusdb/milvus:1.1.
0
-cpu-d0
50721-5e559c
image
:
milvusdb/milvus:1.1.
1
-cpu-d0
61621-330cc6
volumes
:
volumes
:
-
/tmp/milvus/db:/var/lib/milvus/db
-
/tmp/milvus/db:/var/lib/milvus/db
-
./ro_server.yml:/var/lib/milvus/conf/server_config.yaml
-
./ro_server.yml:/var/lib/milvus/conf/server_config.yaml
...
...
This diff is collapsed.
Click to expand it.
shards/requirements.txt
+
1
−
1
View file @
8ec023b7
...
@@ -14,7 +14,7 @@ py==1.8.0
...
@@ -14,7 +14,7 @@ py==1.8.0
pyasn1==0.4.7
pyasn1==0.4.7
pyasn1-modules==0.2.6
pyasn1-modules==0.2.6
pylint==2.5.0
pylint==2.5.0
pymilvus==1.1.
0
pymilvus==1.1.
1
pyparsing==2.4.0
pyparsing==2.4.0
pytest==4.6.3
pytest==4.6.3
pytest-level==0.1.1
pytest-level==0.1.1
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment